Makefile changes related to watch
This commit is contained in:
parent
360689ce0c
commit
568fb0323e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ run: build
|
|||
./bin/server
|
||||
|
||||
watch: build
|
||||
watchexec -w . -r make run
|
||||
watchexec -c -w . -r make run
|
||||
|
||||
# Clean target
|
||||
clean:
|
||||
|
|
Loading…
Add table
Reference in a new issue