From bf71791fc540a584dd6d88548c91192294d106bc Mon Sep 17 00:00:00 2001 From: dozens Date: Tue, 25 Jun 2024 21:22:35 -0600 Subject: feat: add story engine --- justfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 825aa93..be64e85 100644 --- a/justfile +++ b/justfile @@ -2,10 +2,15 @@ default: just --list --unsorted +build: + fennel --compile-binary main.fnl dist/nmm \ + /usr/local/lib/liblua.a \ + /usr/local/include/lua5.4 + # run tests test: #!/bin/zsh - for f in **/*.test.fnl; do fennel $f | faucet; done + for f in lib/**/*.test.fnl; do fennel $f | faucet; done # build expect scripts expects: -- cgit 1.4.1-2-gfad0