]> git.itanic.dy.fi Git - sdl-planets/blobdiff - Makefile
Makefile: Add debug-planet to the clean target
[sdl-planets] / 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