8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
# list available recipes
|
||
|
default:
|
||
|
just --list --unsorted
|
||
|
|
||
|
# run tests
|
||
|
test:
|
||
|
for f in lib/*.test.fnl; do fennel $f | faucet; done
|