From 211419ea029fa7e9931dc3c188456d99bd06a65b Mon Sep 17 00:00:00 2001 From: Glenn Date: Fri, 24 Nov 2023 10:48:55 +0100 Subject: [PATCH] chore: add watch+rebuild target --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e6983c..013ad50 100644 --- a/Makefile +++ b/Makefile @@ -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