From 1ab72cd8fb6fe103236ade4ef54d65dbdfcbd3a1 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 9 Jan 2019 01:39:09 -0500 Subject: [PATCH] Update distclean rule in cryptest.nmake --- cryptest.nmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ::