Adding the header file and separate makefile for ex19

This commit is contained in:
Dan Buch
2011-10-25 20:42:56 -04:00
parent 62dab95f9c
commit ae4c0fdaa2
4 changed files with 65 additions and 1 deletions

View File

@@ -1,9 +1,10 @@
CFLAGS=-Wall -g
EXERCISES = $(patsubst %.c,%,$(shell ls ex*.c))
EXERCISES = $(patsubst %.c,%,$(shell ls ex*.c | grep -v ex19))
all: $(EXERCISES)
$(MAKE) -f ex19.mk
clean: