Remove a.out artifacts on OS X during clean (GH #738)

pull/739/head
Jeffrey Walton 2018-11-12 00:56:54 -05:00
parent 4e404cceeb
commit f91584a7bc
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 2 deletions

View File

@ -1130,9 +1130,9 @@ clean:
@-$(RM) libcryptopp.so libcryptopp.so$(SOLIB_COMPAT_SUFFIX) libcryptopp.so$(SOLIB_VERSION_SUFFIX)
@-$(RM) cryptest.exe dlltest.exe cryptest.import.exe cryptest.info ct et
@-$(RM) *.la *.lo *.gcov *.gcno *.gcda *.stackdump core core-*
@-$(RM) /tmp/adhoc.exe
@-$(RM) a.out /tmp/adhoc.exe
@-$(RM) -r /tmp/cryptopp_test/
@-$(RM) -r *.exe.dSYM/ *.dylib.dSYM/
@-$(RM) -r *.exe.dSYM/ *.dylib.dSYM/ *.out.dSYM/
@-$(RM) -r cov-int/
.PHONY: autotools-clean