Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

Commit 6e9c182

Browse files
committed
add makefile
1 parent f60a3d8 commit 6e9c182

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
all:
2+
gcc -Wall -O3 -o usbtool usbtool.c -ludev
3+
strip usbtool
4+
5+
clean:
6+
rm -f usbtool

0 commit comments

Comments
 (0)