# HG changeset patch # User Michael Pavone # Date 1434990125 25200 # Node ID 6f439a197f61c009dd439d3c9d1a868f1a8db669 # Parent 45b62d237b7ba57c37903fa08e5375080dd1db56 Fix check for DEBUG in Makefile diff -r 45b62d237b7b -r 6f439a197f61 Makefile --- a/Makefile Sat May 30 15:53:59 2015 -0700 +++ b/Makefile Mon Jun 22 09:22:05 2015 -0700 @@ -24,7 +24,7 @@ LIBS=sdl2 glew gl endif #Darwin -ifdef DEBUGW +ifdef DEBUG CFLAGS:=-ggdb -std=gnu99 $(shell pkg-config --cflags-only-I $(LIBS)) -Wreturn-type -Werror=return-type -Werror=implicit-function-declaration LDFLAGS:=-ggdb -lm $(shell pkg-config --libs $(LIBS)) else