aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-05-30 09:20:12 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-05-30 09:20:12 +0200
commit2db812e99a2f06a0fb93705fa05307622d97a9d3 (patch)
treeb6dc990d0ed8c63896e41d86a9b36d35f10d88ba /build
parent9df6811626d11ecb6b0cb15cb3a4be6d7ad479a1 (diff)
downloadnissy-core-2db812e99a2f06a0fb93705fa05307622d97a9d3.tar.gz
nissy-core-2db812e99a2f06a0fb93705fa05307622d97a9d3.zip
Move worker.mjs back to example folder
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/build b/build
index 9d3c1e0..49f0bca 100755
--- a/build
+++ b/build
@@ -217,8 +217,7 @@ odflags() {
217 217
218build_clean() { 218build_clean() {
219 run rm -rf -- *.o *.so *.a run runtest runtool runcpp \ 219 run rm -rf -- *.o *.so *.a run runtest runtool runcpp \
220 web/nissy_web_module.* web/http/nissy_web_module.* \ 220 web/nissy_web_module.* web/http/nissy_web_module.*
221 web/http/worker.mjs
222} 221}
223 222
224build_nissy() { 223build_nissy() {
@@ -286,7 +285,6 @@ build_web() {
286 cpp/nissy.cpp web/storage.cpp web/adapter.cpp nissy.o || exit 1 285 cpp/nissy.cpp web/storage.cpp web/adapter.cpp nissy.o || exit 1
287 cp web/"$obj".mjs web/http/ 286 cp web/"$obj".mjs web/http/
288 cp web/"$obj".wasm web/http/ 287 cp web/"$obj".wasm web/http/
289 cp web/worker.mjs web/http/
290} 288}
291 289
292dotest() { 290dotest() {

Generated with cgit - Back to sebastiano.tronto.net