From: Ben Laurie Date: Fri, 1 May 2015 16:48:59 +0000 (+0100) Subject: Clean all .o files. X-Git-Tag: OpenSSL_1_1_0-pre1~1215 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9598996c93c572c173c6966082b08ce02c94841b;hp=6f4d71ff9d5ac80c5ae2a309a487ccbdb360108b Clean all .o files. Reviewed-by: Rich Salz --- diff --git a/Makefile.org b/Makefile.org index 0676a39540..3a67c9409f 100644 --- a/Makefile.org +++ b/Makefile.org @@ -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