mirror of
https://github.com/love2d/megasource.git
synced 2026-08-16 08:11:25 +02:00
001744190b
Note: using the same folder for future updates.
5 lines
108 B
Batchfile
5 lines
108 B
Batchfile
@echo off
|
|
echo This script assumes Cygwin's make utility is in your Path
|
|
cd ..
|
|
make config=release
|
|
pause |