5 lines
61 B
Makefile
5 lines
61 B
Makefile
all:
|
|
gcc hidekey.c -o hidekey -lusb-1.0
|
|
|
|
clean:
|
|
rm hidekey
|