diff --git a/Makefile b/Makefile index 8b65546..b7a3af7 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ build-all: .PHONY: build build: + make build-web go build \ -ldflags "-X main.version=$(VERSION) -X main.commitHash=$(COMMIT_HASH)" \ -o build/$(PROJECT_NAME) \