CFLAGS=-Wall -g EXERCISES := $(shell ./list-exercises) all: $(EXERCISES) clean: $(RM) $(EXERCISES) test: @./runtests exercises: @echo $(EXERCISES)