Starting ex17 extra credit

This commit is contained in:
Dan Buch
2016-04-13 09:41:20 -04:00
parent b0dbfff952
commit 80a7be5ba9
4 changed files with 213 additions and 2 deletions

View File

@@ -1,6 +1,13 @@
CFLAGS=-Wall -g
all: ex1 ex3
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 -f ex1 ex3
$(RM) $(EXERCISES)
test:
./runtests