make.debug.bat 106 B

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