first draft of ex7.c

This commit is contained in:
Dan Buch
2011-09-05 20:50:39 -04:00
parent cd54bb1c46
commit 5328793953
3 changed files with 32 additions and 1 deletions

View File

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