In "make clean", delete files created by "make report".
This commit is contained in:
parent
e5599db448
commit
5946ede512
@ -219,7 +219,7 @@ libclean:
|
|||||||
rm -f *.a */lib */*/lib
|
rm -f *.a */lib */*/lib
|
||||||
|
|
||||||
clean:
|
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) ;\
|
@for i in $(DIRS) ;\
|
||||||
do \
|
do \
|
||||||
(cd $$i && echo "making clean in $$i..." && \
|
(cd $$i && echo "making clean in $$i..." && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user