6 lines
61 B
Makefile
6 lines
61 B
Makefile
![]() |
all:
|
||
|
gcc hidekey.c -o hidekey -lusb-1.0
|
||
|
|
||
|
clean:
|
||
|
rm hidekey
|