1
0
Fork 0
forked from glenux/mfm

chore: add watch+rebuild target

This commit is contained in:
Glenn Y. Rolland 2023-11-24 10:48:55 +01:00
parent cb14a04fbe
commit 211419ea02

View file

@ -6,4 +6,8 @@
all: build
build:
shards build
shards build --error-trace
@echo SUCCESS
watch:
watchexec --restart --delay-run 3 -c -e cr make build