1
Fork 0

Run only the build on changes

This commit is contained in:
Jan-Erik Rediger 2019-11-29 11:48:00 +01:00
parent 9a13abe449
commit c2563d70eb

View file

@ -24,5 +24,5 @@ clean:
.PHONY: clean
rerun:
fd | entr -s make
fd | entr -s 'make build'
.PHONY: rerun