Change to TUI
This commit is contained in:
6
Makefile
6
Makefile
@@ -5,11 +5,11 @@ CXXFLAGS=-lz -O2 -static
|
||||
# Output file extension (for example .exe for Windows)
|
||||
O_EXT=
|
||||
|
||||
gd_crypt: Main.cpp Base64.hpp GDGameSave.hpp
|
||||
$(CXX) -o $@$(O_EXT) $^ $(CXXFLAGS)
|
||||
gd_crypt$(O_EXT): Main.cpp Base64.hpp GDGameSave.hpp
|
||||
$(CXX) -o $@ $^ $(CXXFLAGS)
|
||||
|
||||
xcomp_linux_win:
|
||||
make CXX=x86_64-w64-mingw32-g++ O_EXT=.exe
|
||||
|
||||
clean:
|
||||
rm ./gd_decr
|
||||
rm ./gd_crypt
|
||||
|
||||
Reference in New Issue
Block a user