;just: _watch
This commit is contained in:
parent
da5c507383
commit
07967b4c04
3
Justfile
3
Justfile
@ -20,6 +20,9 @@
|
||||
@_fmt:
|
||||
just -q _check || just --fmt --unstable
|
||||
|
||||
@_watch:
|
||||
watchexec -w {{ justfile() }} -- 'just; just -q _check && echo format ok || echo format non-standard'
|
||||
|
||||
# ** vars
|
||||
# GHC-compiled executables require a locale (and not just C) or they
|
||||
# will die on encountering non-ascii data. Set LANG to something if not already set.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user