diff --git a/makefile b/makefile index 09df4a9..38477c9 100644 --- a/makefile +++ b/makefile @@ -81,8 +81,8 @@ CiphersDBG.exe: main.cpp testMain.hpp $(LIBFILES) #Linux Remove cleanLinux: - rm -f lib/*.a Ciphers* + rm -f lib/*.a Cipher* #Windows Remove cleanWindows: - rm -f lib/*.lib Ciphers*.exe + rm -f lib/*.lib Cipher*.exe