mirror of
https://github.com/itomato/macusbdb.git
synced 2026-03-04 08:21:41 +00:00
4 lines
43 B
Makefile
4 lines
43 B
Makefile
CFLAGS=-g
|
|
|
|
test: test.o
|
|
gcc -o test test.o
|