7 lines
93 B
Batchfile
7 lines
93 B
Batchfile
@echo off
|
|
color 0a
|
|
cd ..
|
|
@echo on
|
|
echo BUILDING GAME
|
|
haxelib run lime test html5 -debug
|
|
pause |