mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-24 09:41:06 +01:00
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
|