mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Fixed broken names after renaming executable
This commit is contained in:
4
makefile
4
makefile
@@ -8,14 +8,14 @@ CIPHERS = Caesar Playfair Vigenere Atbash Morse Autokey
|
||||
LIBFILES = $(patsubst %,SourceFiles/%.cpp,$(CIPHERS))
|
||||
|
||||
#For Linux
|
||||
allLinux: libsLinux Ciphers
|
||||
allLinux: libsLinux CipherStream
|
||||
testLinux: libsLinux CiphersTest
|
||||
debugLinux: CiphersDBG
|
||||
libsLinux: directory $(patsubst %, $(LIBDIR)/lib%.a,$(CIPHERS))
|
||||
LINUXLIBS = $(patsubst %, -l%,$(CIPHERS))
|
||||
|
||||
#For Windows
|
||||
allWindows: libsWindows Ciphers.exe
|
||||
allWindows: libsWindows CipherStream.exe
|
||||
testWindows: libsWindows CiphersTest.exe
|
||||
debugWindows: CipherDBG.exe
|
||||
#Keeping the old one for now, until I can test it to make sure it works
|
||||
|
||||
Reference in New Issue
Block a user