mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-10 19:28:41 +00:00
11 lines
223 B
Bash
Executable File
11 lines
223 B
Bash
Executable File
# JS files
|
|
SRC=0
|
|
SRC[0]="${ROOT_PATH}/jsOMS/Math/Functions.js"
|
|
SRC[1]="${ROOT_PATH}/jsOMS/Math/Matrix.js"
|
|
SRC[2]="${ROOT_PATH}/jsOMS/Math/Evaluation.js"
|
|
|
|
# JS files
|
|
OUT="${ROOT_PATH}/jsOMS/omsMath.js"
|
|
|
|
. Tools/jsBuilder.sh
|