Fixed makefile.
h3rald h3rald@h3rald.com
Sun, 06 Apr 2025 21:52:58 +0200
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
Makefile
→
Makefile
@@ -30,13 +30,13 @@ rm -f hex.exe
rm -f hex.js rm -f hex.wasm -test: hex +test: hex utils.hbx ./hex -b scripts/test.hex ./hex scripts/test.hbx -web: playground utils hex +web: playground utils.hbx hex ./hex -b scripts/web.hex ./hex scripts/web.hex -utils: hex +utils.hbx: hex ./hex -b lib/utils.hex