From bf8642a28dc73bb435478235efabb2ff74e5cb04 Mon Sep 17 00:00:00 2001 From: Timo Kokkonen Date: Mon, 5 Apr 2010 19:43:24 +0300 Subject: [PATCH] Makefile: Add debug-planet to the clean target Signed-off-by: Timo Kokkonen --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.45.0