all repos — hex @ 5a581f4cad677be1b04bc390d3ed0e7821e1403f

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

Refactoring makefile.
h3rald h3rald@h3rald.com
Wed, 10 Sep 2025 17:07:16 +0200
commit

5a581f4cad677be1b04bc390d3ed0e7821e1403f

parent

4ca99c52bc7976c33accca16f296ca6ac543b3af

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

jump to
M MakefileMakefile

@@ -37,8 +37,10 @@ test: hex utils.hbx

./hex -b scripts/test.hex ./hex scripts/test.hbx -web: playground utils.hbx hex +libdocs: hex utils.hbx ./hex scripts/doc.hex lib/utils.hex lib/utils.html + +web: playground libdocs utils.hbx hex ./hex -b scripts/web.hex ./hex scripts/web.hex