summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6583b08..4ab855f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ build: generate
install: generate
go install ./cmd/$(PROGRAM_NAME)
-serve: generate
+serve:
DEBUG=1 go run ./cmd/$(PROGRAM_NAME) -port=5080
deploy: build-deploy