mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 19:24:07 +02:00
5 lines
108 B
Batchfile
Executable File
5 lines
108 B
Batchfile
Executable File
@echo off
|
|
echo This script assumes Cygwin's make utility is in your Path
|
|
cd ..
|
|
make config=release
|
|
pause |