Fixed clean functions broken by executable renaming

This commit is contained in:
2018-05-13 23:15:55 -04:00
parent f18ae19552
commit dc85d6b5bc

View File

@@ -81,8 +81,8 @@ CiphersDBG.exe: main.cpp testMain.hpp $(LIBFILES)
#Linux Remove #Linux Remove
cleanLinux: cleanLinux:
rm -f lib/*.a Ciphers* rm -f lib/*.a Cipher*
#Windows Remove #Windows Remove
cleanWindows: cleanWindows:
rm -f lib/*.lib Ciphers*.exe rm -f lib/*.lib Cipher*.exe