scyther/src/subbuild-unix-both.sh
Cas Cremers 2ba0de6abc New refactoring of build system for linux, should be clearer.
We also avoid building the w32 binary by default.
2012-06-12 23:12:14 +02:00

8 lines
106 B
Bash
Executable File

#!/bin/sh
./subbuild-unix-unix.sh
./subbuild-unix-w32.sh
echo
echo "Built both Linux and w32 versions."