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