6 lines
154 B
Bash
6 lines
154 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
. `dirname "$0"`/tools/platform.sh
|
||
|
|
MAKE="`dirname "$0"`/tools/bin/$KINC_PLATFORM/amake"
|
||
|
|
exec $MAKE `dirname "$0"`/tools/make.js "$@"
|