mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Added Autokey build information
This commit is contained in:
2
makefile
2
makefile
@@ -4,7 +4,7 @@ EXEFLAGS = -std=c++11 -O3
|
|||||||
TESTFLAGS = -std=c++11 -DTEST_VERSION
|
TESTFLAGS = -std=c++11 -DTEST_VERSION
|
||||||
DEBUGFLAGS = $(TESTFLAGS) -g
|
DEBUGFLAGS = $(TESTFLAGS) -g
|
||||||
LIBDIR = ./lib
|
LIBDIR = ./lib
|
||||||
CIPHERS = Caesar Playfair Vigenere Atbash Morse
|
CIPHERS = Caesar Playfair Vigenere Atbash Morse Autokey
|
||||||
LIBFILES = $(patsubst %,SourceFiles/%.cpp,$(CIPHERS))
|
LIBFILES = $(patsubst %,SourceFiles/%.cpp,$(CIPHERS))
|
||||||
|
|
||||||
#For Linux
|
#For Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user