Worked through ex20

This commit is contained in:
Dan Buch
2011-10-27 21:14:28 -04:00
parent 341d626870
commit 284f7bc843
4 changed files with 167 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
CFLAGS=-Wall -g
CFLAGS=-Wall -g -DNDEBUG
EXERCISES = $(patsubst %.c,%,$(shell ls ex*.c | grep -v ex19))