Watch target for makefile in backend

This commit is contained in:
Imbus 2024-02-20 15:42:45 +01:00
parent d0d1a1dfaa
commit 540e8bcc79

View file

@ -19,6 +19,9 @@ build:
run: build
./bin/server
watch: build
watchexec -w . -r make run
# Clean target
clean:
$(GOCLEAN)