Add Coverity artifacts to clean recipe
parent
60a68714dc
commit
dfe2946a75
|
|
@ -445,7 +445,7 @@ endif
|
||||||
distclean: clean
|
distclean: clean
|
||||||
-$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt cryptest-*.txt
|
-$(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) 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/),)
|
ifneq ($(wildcard CMakeFiles/),)
|
||||||
-$(RM) -r CMakeFiles/
|
-$(RM) -r CMakeFiles/
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@ endif
|
||||||
|
|
||||||
.PHONY: distclean
|
.PHONY: distclean
|
||||||
distclean: clean
|
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
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue