mirror of
https://github.com/itomato/macusbdb.git
synced 2024-12-21 08:29:40 +00:00
4 lines
43 B
Makefile
4 lines
43 B
Makefile
CFLAGS=-g
|
|
|
|
test: test.o
|
|
gcc -o test test.o
|