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