summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-06-01 23:29:08 -0400
committerLLLL Colonq <llll@colonq>2025-06-01 23:29:08 -0400
commit3bcffdea004d384f9a498873ef140ba86f31fb06 (patch)
treef7b2018329ad6eac0c1bc354cd19f790697f1a6d /Makefile
parente26004528aa89b2eae3b033a75ae5926442f8011 (diff)
Fix throwshade package name
Diffstat (limited to 'Makefile')
-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