Working through more compiler warnings...

This commit is contained in:
Dan Buch
2012-02-11 21:44:35 -05:00
parent 97043b1831
commit e5fffdeaf1
4 changed files with 6 additions and 6 deletions

View File

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