build.sh 77 B

1234567
  1. #!/bin/sh
  2. rm -rf build/
  3. make && \
  4. make TARGET=Win32 &&
  5. make TARGET=Win64