Add ex3 to Makefile

This commit is contained in:
Dan Buch 2016-04-12 04:33:33 -04:00
parent 84d3be78f1
commit 3cdcf6c30f

View File

@ -1,6 +1,6 @@
CFLAGS=-Wall -g
all: ex1
all: ex1 ex3
clean:
rm -f ex1
rm -f ex1 ex3