diff --git a/backend/Makefile b/backend/Makefile index aeab862..0482c03 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -19,6 +19,9 @@ build: run: build ./bin/server +watch: build + watchexec -w . -r make run + # Clean target clean: $(GOCLEAN)