TETRIS: Add windows_release target to Makefile

This commit is contained in:
2021-01-30 23:14:12 +01:00
parent ba1e2a2dc5
commit 392bc4f203
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -68,6 +68,11 @@ libsdlpp.dll: ../sdlpp
cp ../sdlpp/libsdlpp.dll .
cp ../sdlpp/libsdlpp.lib .
windows_release: ../Release/Tetris
cp tetris.exe testfont.ttf libsdlpp.dll block.png ../Release/Tetris
rm ../Release/Tetris.zip
cd ../Release && zip -r Tetris.zip Tetris
start:
LD_LIBRARY_PATH=$$(pwd) ./tetris