Files
armorpaint/base/make
T
luboslenco 47bc985b42 Cleanup
2025-02-26 08:47:09 +01:00

6 lines
154 B
Bash
Executable File

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