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