In "make clean", delete files created by "make report".

This commit is contained in:
Bodo Möller 2000-02-25 14:34:55 +00:00
parent e5599db448
commit 5946ede512

View File

@ -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..." && \