build.ps1 74 B

123456
  1. rm "Debug\*"
  2. mingw32-make clean makefile
  3. mingw32-make lib makefile
  4. pause