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
|
run: build
|
||||||
./bin/server
|
./bin/server
|
||||||
|
|
||||||
|
watch: build
|
||||||
|
watchexec -w . -r make run
|
||||||
|
|
||||||
# Clean target
|
# Clean target
|
||||||
clean:
|
clean:
|
||||||
$(GOCLEAN)
|
$(GOCLEAN)
|
||||||
|
|
Loading…
Add table
Reference in a new issue