Watch target for makefile in backend
This commit is contained in:
parent
d0d1a1dfaa
commit
540e8bcc79
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ build:
|
|||
run: build
|
||||
./bin/server
|
||||
|
||||
watch: build
|
||||
watchexec -w . -r make run
|
||||
|
||||
# Clean target
|
||||
clean:
|
||||
$(GOCLEAN)
|
||||
|
|
Loading…
Add table
Reference in a new issue