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