Files
2025-03-09 17:02:12 +01:00

6 lines
154 B
Bash
Executable File

#!/usr/bin/env bash
. `dirname "$0"`/tools/platform.sh
MAKE="`dirname "$0"`/tools/bin/$IRON_PLATFORM/amake"
exec $MAKE `dirname "$0"`/tools/make.js "$@"