summaryrefslogtreecommitdiff
path: root/pc/Makefile
blob: 9f0626bb8c5a84fb2b2a322402fb783c62c75764 (plain)
1
2
3
4
5
a.out: usbtest.c
	gcc -std=c99 usbtest.c -lusb

clean:
	rm -f a.out