ex20 extra credit

This commit is contained in:
Dan Buch
2016-04-14 23:53:01 -04:00
parent 7e059e45e3
commit c0ad3c9aeb
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
SHELL=/bin/bash
CFLAGS=-Wall -g
CFLAGS=-Wall -g -DNDEBUG
EXERCISES := $(shell ./list-exercises)