6 lines
154 B
Bash
Executable File
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 "$@"
|