Add Coverity artifacts to clean recipe

pull/157/head
Jeffrey Walton 2016-04-11 00:51:15 -04:00
parent 60a68714dc
commit dfe2946a75
2 changed files with 2 additions and 2 deletions

View File

@ -445,7 +445,7 @@ endif
distclean: clean
-$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt
-$(RM) CMakeCache.txt Makefile CTestTestfile.cmake cmake_install.cmake cryptopp-config-version.cmake
-$(RM) *.o *.ii *.s *~
-$(RM) cryptopp.tgz *.o *.ii *.s *~
ifneq ($(wildcard CMakeFiles/),)
-$(RM) -r CMakeFiles/
endif

View File

@ -171,7 +171,7 @@ endif
.PHONY: distclean
distclean: clean
-$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps *.o *.ii *.s
-$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps cryptopp.tgz *.o *.ii *.s
.PHONY: install
install: