From 2339599b7c98ac329e7baa28b6d657e98771d768 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 15 Aug 1997 09:35:46 -0500 Subject: [svn-r29] Added 'debug' executable to clean target --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index cfda7af..93c3414 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,7 +42,7 @@ debug: $(OBJ) $(RANLIB) $(TARGET) clean: - -rm -f *.o core $(TARGET) + -rm -f *.o core debug $(TARGET) -rm -f *.bak ########################################################################### -- cgit v0.12