From d4fc2f2bee51bb6134659b7a350f91cfe7e3042f Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Thu, 7 Mar 2019 11:30:23 -0500 Subject: [PATCH] Removed debug build --- makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/makefile b/makefile index f3422b6..dfc0933 100644 --- a/makefile +++ b/makefile @@ -51,9 +51,6 @@ CipherStream: main.cpp helperFunctions.hpp CiphersTest: main.cpp $(CXX) $(TESTFLAGS) -o $@ $< -L $(LIBDIR) $(LIBS) -CiphersDBG: main.cpp $(LIBFILES) - $(CXX) $(DEBUGFLAGS) -o $@ $< $(LIBFILES) - #Cleaning Shop .PHONY: clean