Update distclean rule in cryptest.nmake

pull/778/head
Jeffrey Walton 2019-01-09 01:39:09 -05:00
parent dbec62cdb2
commit 1ab72cd8fb
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 3 additions and 1 deletions

View File

@ -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 $(LD) $(LDFLAGS) /DLL /DEF:cryptopp.def /IGNORE:4102 $(LIB_OBJS) $(LDLIBS) /out:cryptopp.dll
clean :: 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 :: clean ::
$(RM) /F /Q cryptopp.dll cryptopp.lib cryptopp.exp cryptopp.def 2>null $(RM) /F /Q cryptopp.dll cryptopp.lib cryptopp.exp cryptopp.def 2>null
clean :: clean ::