]> git.itanic.dy.fi Git - sdl-planets/commitdiff
Makefile: Add debug-planet to the clean target
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 5 Apr 2010 16:43:24 +0000 (19:43 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Mon, 5 Apr 2010 16:43:24 +0000 (19:43 +0300)
Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
Makefile

index a8fe9c8c22bb8afa7dfb9e41fe67d1c302221b3c..5b89e4f375832a789449d6fb6518bb17a34d08fe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,8 @@ TAGS:
        @etags *.[ch]
 
 clean:
-       rm -rfv $(PLANET_OBJS) $(PLANET_DEBUG_OBJS) *~ sdl-planet TAGS .*.d
+       rm -rfv $(PLANET_OBJS) $(PLANET_DEBUG_OBJS) *~ sdl-planet TAGS .*.d \
+               debug-planet
 
 .PHONY: all clean TAGS