Clean all .o files.
Reviewed-by: Rich Salz
This commit is contained in:
parent
6f4d71ff9d
commit
9598996c93
@ -406,7 +406,7 @@ libclean:
|
|||||||
rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
|
rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
|
||||||
|
|
||||||
clean: libclean
|
clean: libclean
|
||||||
rm -f *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
|
rm -f */*/*.o */*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
|
||||||
rm -rf *.bak certs/.0
|
rm -rf *.bak certs/.0
|
||||||
@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
|
@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
|
||||||
rm -f $(LIBS) tags TAGS
|
rm -f $(LIBS) tags TAGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user