forked from glenux/mfm
chore: add watch+rebuild target
This commit is contained in:
parent
cb14a04fbe
commit
211419ea02
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -6,4 +6,8 @@
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
shards build
|
shards build --error-trace
|
||||||
|
@echo SUCCESS
|
||||||
|
|
||||||
|
watch:
|
||||||
|
watchexec --restart --delay-run 3 -c -e cr make build
|
||||||
|
|
Loading…
Reference in a new issue