From c42d9f9bfe658fa351919035cf70c9d7bc38482f Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Mon, 5 Apr 2010 16:02:38 +0300 Subject: [PATCH] Makefile: Enable DEBUG definition when debugging Signed-off-by: Timo Kokkonen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8649823..c4c7652 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ sdl-planet: $(PLANET_OBJS) gcc $(LIBS) -o $@ $(PLANET_OBJS) debug-planets: $(PLANET_DEBUG_OBJS) - gcc $(LIBS) -o $@ $(PLANET_DEBUG_OBJS) + gcc $(LIBS) -o $@ $(PLANET_DEBUG_OBJS) -DDEBUG .c.o: @echo -e "\tCC\t" $@ -- 2.44.0