hidekey/host/Makefile
2012-03-09 16:10:54 +01:00

5 lines
61 B
Makefile

all:
gcc hidekey.c -o hidekey -lusb-1.0
clean:
rm hidekey