summaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 6392105ae5..be6894426f 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -219,7 +219,7 @@ libclean:
rm -f *.a */lib */*/lib
clean:
- rm -f shlib/*.o *.o core a.out fluff *.map rehash.time
+ rm -f shlib/*.o *.o core a.out fluff *.map rehash.time testlog make.log cctest cctest.c
@for i in $(DIRS) ;\
do \
(cd $$i && echo "making clean in $$i..." && \