Run only the build on changes
This commit is contained in:
parent
9a13abe449
commit
c2563d70eb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -24,5 +24,5 @@ clean:
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
rerun:
|
rerun:
|
||||||
fd | entr -s make
|
fd | entr -s 'make build'
|
||||||
.PHONY: rerun
|
.PHONY: rerun
|
||||||
|
|
Loading…
Add table
Reference in a new issue