CFLAGS=-g -Wall 

sample-debug: sample.c
	$(CC) $(CFLAGS) -DDEBUG -o $@ $^
