summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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
###########################################################################