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

cat-town
Dan Buch 13 years ago
parent 898c6e4be1
commit 97043b1831

@ -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)"))

Loading…
Cancel
Save