mirror of
https://github.com/itomato/macusbdb.git
synced 2026-01-22 19:16:03 +00:00
4 lines
43 B
Makefile
4 lines
43 B
Makefile
CFLAGS=-g
|
|
|
|
test: test.o
|
|
gcc -o test test.o
|