build.sh 63 B

123456
  1. #!/bin/sh
  2. make && \
  3. make TARGET=Win32 &&
  4. make TARGET=Win64