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))
|
LIBFILES = $(patsubst %,SourceFiles/%.cpp,$(CIPHERS))
|
||||||
|
|
||||||
#For Linux
|
#For Linux
|
||||||
allLinux: libsLinux Ciphers
|
allLinux: libsLinux CipherStream
|
||||||
testLinux: libsLinux CiphersTest
|
testLinux: libsLinux CiphersTest
|
||||||
debugLinux: CiphersDBG
|
debugLinux: CiphersDBG
|
||||||
libsLinux: directory $(patsubst %, $(LIBDIR)/lib%.a,$(CIPHERS))
|
libsLinux: directory $(patsubst %, $(LIBDIR)/lib%.a,$(CIPHERS))
|
||||||
LINUXLIBS = $(patsubst %, -l%,$(CIPHERS))
|
LINUXLIBS = $(patsubst %, -l%,$(CIPHERS))
|
||||||
|
|
||||||
#For Windows
|
#For Windows
|
||||||
allWindows: libsWindows Ciphers.exe
|
allWindows: libsWindows CipherStream.exe
|
||||||
testWindows: libsWindows CiphersTest.exe
|
testWindows: libsWindows CiphersTest.exe
|
||||||
debugWindows: CipherDBG.exe
|
debugWindows: CipherDBG.exe
|
||||||
#Keeping the old one for now, until I can test it to make sure it works
|
#Keeping the old one for now, until I can test it to make sure it works
|
||||||
|
|||||||
Reference in New Issue
Block a user