mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-11-21 20:47:19 +01:00
3dcb451f85
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 |