done up to chapter 8

This commit is contained in:
Dan Buch
2011-09-04 22:33:10 -04:00
parent 357323bdc8
commit 6a0e1ba5e6
3 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
CFLAGS=-Wall -g
EXERCISES = ex1 ex3 ex4
EXERCISES = ex1 ex3 ex4 ex5
all: $(EXERCISES)