Added some debug options to the just file.
This commit is contained in:
parent
0d2fe862e0
commit
4d3d90c6a3
1 changed files with 6 additions and 0 deletions
6
Justfile
6
Justfile
|
|
@ -21,3 +21,9 @@ hm FILE:
|
|||
|
||||
bi FILE:
|
||||
cabal run language -- -t bi {{FILE}}
|
||||
|
||||
hmd FILE:
|
||||
cabal run language -- -d -t hm {{FILE}}
|
||||
|
||||
bid FILE:
|
||||
cabal run language -- -d -t bi {{FILE}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue