summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-09 01:39:09 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-09 01:39:09 -0500
commit1ab72cd8fb6fe103236ade4ef54d65dbdfcbd3a1 (patch)
treed24097c737167da96dd33d46675ee37ccf47b420 /cryptest.nmake
parentdbec62cdb2da98414d3dfb6b7b646322bdb02590 (diff)
downloadcryptopp-git-1ab72cd8fb6fe103236ade4ef54d65dbdfcbd3a1.tar.gz
Update distclean rule in cryptest.nmake
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/cryptest.nmake b/cryptest.nmake
index c84b3de9..37a2748f 100644
--- a/cryptest.nmake
+++ b/cryptest.nmake
@@ -246,7 +246,9 @@ cryptopp.dll cryptopp.lib cryptopp.exp: $(LIB_OBJS) cryptopp.def
$(LD) $(LDFLAGS) /DLL /DEF:cryptopp.def /IGNORE:4102 $(LIB_OBJS) $(LDLIBS) /out:cryptopp.dll
clean ::
- $(RM) /F /Q cryptest.exe cryptest.lib cryptest.exp cryptlib.lib pch.pch 2>null
+ $(RM) /F /Q cryptest.exe cryptest.lib cryptest.exp pch.pch 2>null
+clean ::
+ $(RM) /F /Q cryptlib.lib cryptlib.exp cryptlib.dll 2>null
clean ::
$(RM) /F /Q cryptopp.dll cryptopp.lib cryptopp.exp cryptopp.def 2>null
clean ::