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 ::