first version of ex8.c

This commit is contained in:
Dan Buch
2011-09-08 16:10:21 -04:00
parent 3a7ae25fa3
commit 593c551085
3 changed files with 38 additions and 1 deletions

View File

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