]> git.itanic.dy.fi Git - sdl-planets/commitdiff
Makefile: rename debug target to obey naming convention
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 5 Apr 2010 16:41:40 +0000 (19:41 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 5 Apr 2010 16:41:40 +0000 (19:41 +0300)
The main target is called sdl-planet, so the debug target should be
called then as debug-planet.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
Makefile

index c4c765204c9c14460cdef19c5e2735f4923f533d..a8fe9c8c22bb8afa7dfb9e41fe67d1c302221b3c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ PLANET_DEBUG_OBJS= $(patsubst %.o,%-debug.o,$(PLANET_OBJS))
 sdl-planet: $(PLANET_OBJS)
        gcc $(LIBS) -o $@ $(PLANET_OBJS)
 
 sdl-planet: $(PLANET_OBJS)
        gcc $(LIBS) -o $@ $(PLANET_OBJS)
 
-debug-planets: $(PLANET_DEBUG_OBJS)
+debug-planet: $(PLANET_DEBUG_OBJS)
        gcc $(LIBS) -o $@ $(PLANET_DEBUG_OBJS) -DDEBUG
 
 .c.o:
        gcc $(LIBS) -o $@ $(PLANET_DEBUG_OBJS) -DDEBUG
 
 .c.o: