working version of ex11.c

This commit is contained in:
Dan Buch
2011-09-10 00:22:25 -04:00
parent 45ca45c9e1
commit 6c210c9b40
3 changed files with 26 additions and 1 deletions

View File

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