Ensure cheat is built with debug options when 'make debug' is given.

This commit is contained in:
Jason S. Ninneman 2017-07-14 19:45:17 -07:00 committed by Eric S. Raymond
parent 5fa5d506ee
commit 007db7a729

View file

@ -115,11 +115,10 @@ linty: CCFLAGS += -Wwrite-strings
linty: CCFLAGS += -Wunreachable-code
linty: CCFLAGS += -Winit-self
linty: CCFLAGS += -Wpointer-arith
linty: advent
linty: advent cheat
debug: CCFLAGS += -O0 --coverage -ggdb
debug: linty
debug: cheat
CSUPPRESSIONS = --suppress=missingIncludeSystem --suppress=invalidscanf
cppcheck: