Files
ds/Makefile
2025-08-16 18:25:33 -04:00

6 lines
85 B
Makefile

test:
$(CC) test.c ds.c ds.h -o test -g2 -Og && ./test
.PHONY: test
.DEFAULT: test