;just: _watch

This commit is contained in:
Simon Michael 2023-12-15 18:41:31 -10:00
parent da5c507383
commit 07967b4c04

View File

@ -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.