From 67637980a1c88f000efef0831bd04d1d480b1fe3 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Thu, 3 May 2018 11:35:36 -0400 Subject: [PATCH] Added Autokey build information --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8ed9b66..c9ca1de 100644 --- a/makefile +++ b/makefile @@ -4,7 +4,7 @@ EXEFLAGS = -std=c++11 -O3 TESTFLAGS = -std=c++11 -DTEST_VERSION DEBUGFLAGS = $(TESTFLAGS) -g LIBDIR = ./lib -CIPHERS = Caesar Playfair Vigenere Atbash Morse +CIPHERS = Caesar Playfair Vigenere Atbash Morse Autokey LIBFILES = $(patsubst %,SourceFiles/%.cpp,$(CIPHERS)) #For Linux