]> git.itanic.dy.fi Git - sdl-planets/blobdiff - Makefile
Makefile: rename debug target to obey naming convention
[sdl-planets] / 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)
 
-debug-planets: $(PLANET_DEBUG_OBJS)
+debug-planet: $(PLANET_DEBUG_OBJS)
        gcc $(LIBS) -o $@ $(PLANET_DEBUG_OBJS) -DDEBUG
 
 .c.o: