breaking ex10

This commit is contained in:
Dan Buch
2011-09-09 09:17:53 -04:00
parent da1b3f8508
commit 5a86af46b0
4 changed files with 34 additions and 1 deletions

View File

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