7 lines
63 B
Bash
Executable File

#!/bin/sh
make && \
make TARGET=Win32 &&
make TARGET=Win64