7 lines
83 B
Batchfile
7 lines
83 B
Batchfile
|
@echo off
|
||
|
color 0a
|
||
|
cd ..
|
||
|
@echo on
|
||
|
echo BUILDING GAME
|
||
|
lime test html5 -release
|
||
|
pause
|