make.debug.bat (106B)
1@echo off 2echo This script assumes Cygwin's make utility is in your Path 3cd .. 4make config=debug 5pause