store additional files with builds (flake/startup/linkerscript/...)

This commit is contained in:
2026-04-23 17:56:46 +02:00
parent 7bd3d205c9
commit 551335bf53
5 changed files with 26 additions and 20 deletions

View File

@ -166,7 +166,7 @@ build module="__help" target="fail" mode="aot":
just clean {{ module }}
just create-build-dir {{ module }}
just copy-c-module {{ module }}
just copy-auxiliary {{ module }}
if [ "{{ mode }}" = "aot" ]; then
just build-wasm-module {{ module }}