box-o-sand/lcthw-remnants-2/Makefile
2016-04-13 09:41:20 -04:00

14 lines
189 B
Makefile

CFLAGS=-Wall -g
EXERCISES := \
ex1 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex9-ec \
ex10 ex11 ex12 ex13 ex14 ex15 ex16 ex17 ex17-ec
all: $(EXERCISES)
clean:
$(RM) $(EXERCISES)
test:
./runtests