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