adding exercise 6 to makefile

This commit is contained in:
Dan Buch 2011-09-05 08:20:20 -04:00
parent 997b3784c7
commit 5e41db6c13

View File

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