From: Timo Kokkonen Date: Mon, 5 Apr 2010 16:43:24 +0000 (+0300) Subject: Makefile: Add debug-planet to the clean target X-Git-Url: http://git.itanic.dy.fi/?p=sdl-planets;a=commitdiff_plain;h=bf8642a28dc73bb435478235efabb2ff74e5cb04 Makefile: Add debug-planet to the clean target Signed-off-by: Timo Kokkonen --- diff --git a/Makefile b/Makefile index a8fe9c8..5b89e4f 100644 --- 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