cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

make.release.bat (108B)


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