macusbdb/kernel_driver/test/Makefile
2017-04-17 11:43:10 -07:00

4 lines
43 B
Makefile

CFLAGS=-g
test: test.o
gcc -o test test.o