Restart long-running process when watching
This commit is contained in:
parent
d2b63650f3
commit
4794c6173c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ clean:
|
|||
.PHONY: clean
|
||||
|
||||
rerun:
|
||||
fd | entr -s 'make build'
|
||||
fd | entr -r -s 'make build'
|
||||
.PHONY: rerun
|
||||
|
||||
latest-html: ## Get latests post renderewd into HTML
|
||||
|
|
Loading…
Add table
Reference in a new issue