summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b630ed3..f128a18 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,8 @@ dist/api/%/newton: ${NEWTON_PATH}
rm -rf $@
mkdir -p $@
cp -r --no-preserve=mode,ownership $</snippets $@
- install $</throwshade-*.js $@/throwshade.js
- install $</throwshade-*.wasm $@/throwshade.wasm
+ install $</newton_throwshade-*.js $@/throwshade.js
+ install $</newton_throwshade-*.wasm $@/throwshade.wasm
chmod -R 0755 $@
dist/api/%/main.js: main.js dist