mirror of
https://bitbucket.org/Mattrixwv/cipherstream.git
synced 2025-12-06 18:33:58 -05:00
Updated executable name
This commit is contained in:
4
makefile
4
makefile
@@ -36,7 +36,7 @@ $(LIBDIR)/lib%.a: SourceFiles/%.cpp
|
||||
$(CXX) $(LIBFLAGS) -o $@ $<
|
||||
|
||||
#Building Executables
|
||||
Ciphers: main.cpp helperFunctions.hpp
|
||||
CipherStream: main.cpp helperFunctions.hpp
|
||||
$(CXX) $(EXEFLAGS) -o $@ main.cpp -L $(LIBDIR) $(LINUXLIBS)
|
||||
|
||||
CiphersTest: main.cpp testMain.hpp
|
||||
@@ -65,7 +65,7 @@ $(LIBDIR)/lib%.lib: SourceFiles/%.cpp
|
||||
g++ $(LIBFLAGS) -o $@ $<
|
||||
|
||||
#Building Executables
|
||||
Ciphers.exe: main.cpp helperFunctions.hpp
|
||||
CipherStream.exe: main.cpp helperFunctions.hpp
|
||||
g++ $(EXEFLAGS) -o $@ main.cpp -L $(LIBDIR) $(WINDOWSLIBS)
|
||||
|
||||
CiphersTest.exe: main.cpp testMain.hpp
|
||||
|
||||
Reference in New Issue
Block a user