From c2563d70ebb936eb72434c3417dcdbb931807042 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 29 Nov 2019 11:48:00 +0100 Subject: [PATCH] Run only the build on changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d405ce8..59b1025 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,5 @@ clean: .PHONY: clean rerun: - fd | entr -s make + fd | entr -s 'make build' .PHONY: rerun