Removed debug build

This commit is contained in:
2019-03-07 11:30:23 -05:00
parent 3a362c1641
commit d4fc2f2bee

View File

@@ -51,9 +51,6 @@ CipherStream: main.cpp helperFunctions.hpp
CiphersTest: main.cpp CiphersTest: main.cpp
$(CXX) $(TESTFLAGS) -o $@ $< -L $(LIBDIR) $(LIBS) $(CXX) $(TESTFLAGS) -o $@ $< -L $(LIBDIR) $(LIBS)
CiphersDBG: main.cpp $(LIBFILES)
$(CXX) $(DEBUGFLAGS) -o $@ $< $(LIBFILES)
#Cleaning Shop #Cleaning Shop
.PHONY: clean .PHONY: clean