mirror of
https://github.com/yawut/SDL.git
synced 2026-03-29 13:14:37 -05:00
To note, this file is currently formatted with CRLF line endings, rather than LF, to allow the file to be viewed with Notepad.
5 lines
106 B
Batchfile
Executable File
5 lines
106 B
Batchfile
Executable File
@echo off
|
|
echo This script assumes Cygwin's make utility is in your Path
|
|
cd ..
|
|
make config=debug
|
|
pause |