Skip to content

Latest commit

 

History

History
executable file
·
5 lines (5 loc) · 106 Bytes

make.debug.bat

File metadata and controls

executable file
·
5 lines (5 loc) · 106 Bytes
 
1
2
3
4
5
@echo off
echo This script assumes Cygwin's make utility is in your Path
cd ..
make config=debug
pause