Clean all .o files.

Reviewed-by: Rich Salz
This commit is contained in:
Ben Laurie 2015-05-01 17:48:59 +01:00
parent 6f4d71ff9d
commit 9598996c93

View File

@ -406,7 +406,7 @@ libclean:
rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
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
@set -e; target=clean; $(RECURSIVE_BUILD_CMD)
rm -f $(LIBS) tags TAGS