diff --git a/makefile b/makefile index 80616f3..22b079f 100644 --- a/makefile +++ b/makefile @@ -1,3 +1,8 @@ +#CipherStream/makefile +#Matthew Ellison +# Created: 4-25-18 +#Modified: 9-19-18 + #A list of the ciphers that can be used #This is used to create the libraries and for cpp files in the test version CIPHERS = Caesar Playfair Vigenere Atbash Morse Autokey