Extending CFLAGS a bit so that stuff breaks if it ain't right

This commit is contained in:
Dan Buch 2012-02-11 21:22:19 -05:00
parent 898c6e4be1
commit 97043b1831

View File

@ -1,4 +1,4 @@
CFLAGS=-Wall -g -DNDEBUG
CFLAGS=-Wall -Wextra -pedantic-errors -g -DNDEBUG
EXERCISES = $(patsubst %.c,%,$(shell ls ex*.c | egrep -v "ex(19|22)"))