From dc85d6b5bce83f8921e3e2e5378ada14d4e0ef30 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Sun, 13 May 2018 23:15:55 -0400 Subject: [PATCH] Fixed clean functions broken by executable renaming --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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