TETRIS: Add windows_release target to Makefile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user