6 lines
85 B
Makefile
6 lines
85 B
Makefile
test:
|
|
$(CC) test.c ds.c ds.h -o test -g2 -Og && ./test
|
|
|
|
.PHONY: test
|
|
.DEFAULT: test
|