summaryrefslogtreecommitdiff
path: root/2d/softbody/softbody_1/build.sh
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-11-14 14:38:06 -0500
committerMatthew Kosarek <mattkae@protonmail.com>2021-11-14 14:38:06 -0500
commitfd3c1e74e7ebe9125b98dba311efcbe73e89859e (patch)
tree0adb39252bb0e86a45a456971b5253edd7237014 /2d/softbody/softbody_1/build.sh
parent5c613a10364f30bd6add25f7950433f0c482c3ca (diff)
(mkosarek) Working on undamped and damped
Diffstat (limited to '2d/softbody/softbody_1/build.sh')
-rwxr-xr-x2d/softbody/softbody_1/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/2d/softbody/softbody_1/build.sh b/2d/softbody/softbody_1/build.sh
index 892dddd..f1c15de 100755
--- a/2d/softbody/softbody_1/build.sh
+++ b/2d/softbody/softbody_1/build.sh
@@ -13,4 +13,4 @@ if [ ! -d ./dist ]; then
fi
echo "$filepaths"
-emcc -o dist/output.js main.cpp $filepaths -s ALLOW_MEMORY_GROWTH=1 -s USE_WEBGL2=1 -s FULL_ES3=1 -s WASM=1 -s NO_EXIT_RUNTIME=1 \ No newline at end of file
+emcc -o dist/output.js main.cpp undamped.cpp damped.cpp $filepaths -s ALLOW_MEMORY_GROWTH=1 -s USE_WEBGL2=1 -s FULL_ES3=1 -s WASM=1 -s NO_EXIT_RUNTIME=1