mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 13:21:27 +00: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 |