From 130254db3165ed9c34a860f6d340521b45194e0e Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 22 Jun 2015 09:22:05 -0700 Subject: Fix check for DEBUG in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eed9d6d..8c51ce8 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ else 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 -- cgit v1.2.3