box-o-sand/lcthw-remnants-2/Makefile

14 lines
189 B
Makefile
Raw Normal View History

2016-04-12 03:21:45 +00:00
CFLAGS=-Wall -g
2016-04-13 13:41:20 +00:00
EXERCISES := \
ex1 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex9-ec \
ex10 ex11 ex12 ex13 ex14 ex15 ex16 ex17 ex17-ec
all: $(EXERCISES)
2016-04-12 03:25:45 +00:00
2016-04-12 03:21:45 +00:00
clean:
2016-04-13 13:41:20 +00:00
$(RM) $(EXERCISES)
test:
./runtests