working version of exercise 9

This commit is contained in:
Dan Buch
2011-09-08 22:41:34 -04:00
parent 7998233c9b
commit 34505c7200
3 changed files with 41 additions and 1 deletions

View File

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