mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Removed debug build
This commit is contained in:
3
makefile
3
makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user