aboutsummaryrefslogtreecommitdiff
path: root/unix/make/Makefile.BOT
diff options
context:
space:
mode:
Diffstat (limited to 'unix/make/Makefile.BOT')
-rw-r--r--unix/make/Makefile.BOT2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/make/Makefile.BOT b/unix/make/Makefile.BOT
index ed00e301..39dec9d8 100644
--- a/unix/make/Makefile.BOT
+++ b/unix/make/Makefile.BOT
@@ -15,7 +15,7 @@ tgz:
rm -rf $(NAME)-$(VERSION)
clean:
- rm -f $(OFILES) $(LIB)
+ rm -f $(OFILES) $(LIB) $(CLEANFILES)
nuke:
rm -f $(OFILES) *.tgz *.rpm $(NUKEFILES)