all repos — hex @ e600f0661e77279fb7d07f2fb2980a557c1c5070

A tiny, minimalist, slightly-esoteric concatenative programming lannguage.

Now copying utils.hbx to web assets.
h3rald h3rald@h3rald.com
Sun, 25 May 2025 12:43:05 +0200
commit

e600f0661e77279fb7d07f2fb2980a557c1c5070

parent

b60c6db48c8064a2b0482b8bc068215fe54f8b86

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -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