blob: d22d7d2de62a076d02539f6053f3ff6fafc7efef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
default:
@just --choose
run *args:
cabal run daffm -- {{args}}
test *args:
cabal test {{args}}
testw *args:
nodemon -e .hs -w lib -w specs --exec 'clear && just test {{args}}'
build:
nix build
|