Adding back the -std argument to CFLAGS so that we're allowed to use '//' comments

cat-town
Dan Buch 13 years ago
parent c2d4d59032
commit 0b956cbf06

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

Loading…
Cancel
Save