5 lines
No EOL
106 B
Batchfile
Executable file
5 lines
No EOL
106 B
Batchfile
Executable file
@echo off
|
|
echo This script assumes Cygwin's make utility is in your Path
|
|
cd ..
|
|
make config=debug
|
|
pause |