Now copying utils.hbx to web assets.
h3rald h3rald@h3rald.com
Sun, 25 May 2025 12:43:05 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
Makefile
→
Makefile
@@ -21,7 +21,7 @@ cosmocc $(CFLAGS) $(LDFLAGS) $< -o hex
wasm: hex.wasm -playground: web/assets/hex.wasm +playground: web/assets/hex.wasm utils.hbx clean: rm -f src/hex.c@@ -40,3 +40,4 @@ ./hex scripts/web.hex
utils.hbx: hex ./hex -b lib/utils.hex + cp lib/utils.hbx web/assets/utils.hbx