diff options
| author | LLLL Colonq <llll@colonq> | 2025-06-01 23:29:08 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-06-01 23:29:08 -0400 |
| commit | 3bcffdea004d384f9a498873ef140ba86f31fb06 (patch) | |
| tree | f7b2018329ad6eac0c1bc354cd19f790697f1a6d | |
| parent | e26004528aa89b2eae3b033a75ae5926442f8011 (diff) | |
Fix throwshade package name
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
