Skip to content
Snippets Groups Projects
Commit 05d33624 authored by Gospodin Bodurov's avatar Gospodin Bodurov
Browse files

Fix build

parent 9455705c
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/)
all: server
dep: ## Get the dependencies
dep ensure -update
dep ensure
server: dep ## Build the binary file for server
@go build -i -v -o $(SERVER_OUT) $(SERVER_PKG_BUILD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment