adding exercise 6 to makefile

cat-town
Dan Buch 13 years ago
parent 997b3784c7
commit 5e41db6c13

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

Loading…
Cancel
Save