summaryrefslogtreecommitdiff
path: root/GNUmakefile-cross
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-03-19 01:48:16 -0400
committerJeffrey Walton <noloader@gmail.com>2021-03-19 01:48:16 -0400
commit8f7d7ac476eb7ccb7617a21133a5fb634e128a1a (patch)
treea43f99b91e0cf60705e614987a526be85ed5191d /GNUmakefile-cross
parent8cc28aa58fe12747ec63e0e933f91279889efa02 (diff)
downloadcryptopp-git-8f7d7ac476eb7ccb7617a21133a5fb634e128a1a.tar.gz
Update cryptest-coverage.sh script
Diffstat (limited to 'GNUmakefile-cross')
-rw-r--r--GNUmakefile-cross3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile-cross b/GNUmakefile-cross
index a9cce2ad..284a126e 100644
--- a/GNUmakefile-cross
+++ b/GNUmakefile-cross
@@ -762,7 +762,8 @@ android-clean:
.PHONY: distclean
distclean: clean autotools-clean cmake-clean android-clean
- -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps cryptest.info benchmarks.html cryptest.txt
+ -$(RM) adhoc.cpp adhoc.cpp.copied GNUmakefile.deps benchmarks.html cryptest.txt
+ -$(RM) cryptest_debug.info cryptest_noasm.info cryptest_release.info cryptest.info
@-$(RM) cryptest-*.txt cryptopp.tgz libcryptopp.pc *.o *.bc *.ii *~
@-$(RM) -r cryptlib.lib cryptest.exe *.suo *.sdf *.pdb Win32/ x64/ ipch/
@-$(RM) -r $(LIBOBJS:.o=.obj) $(TESTOBJS:.o=.obj)