mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Fixed clean functions broken by executable renaming
This commit is contained in:
4
makefile
4
makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user