HOTFIX: replacing a make command I deleted without thinking

This commit is contained in:
2016-12-04 02:33:59 +11:00
parent 4161dbfaf2
commit dae5b667a8
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -17,6 +17,9 @@ all: $(OUTDIR) dll
debug: export CXXFLAGS+=-g
debug: clean all
ifeq ($(OS),Windows_NT)
release: export CXXFLAGS+=-static-libgcc -static-libstdc++
endif
release: clean all package
#For use on my machine ONLY
+2 -1
View File
@@ -22,4 +22,5 @@ TODO: Fix the const-ness of accessors
TODO: Add a screenshot of the game to README.md
TODO: joystick/gamepad support
TODO: add the tilesheet to the map system
TODO: Better collision logic
TODO: Better collision logic
TODO: cleaner shutdowns