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

Fix build

parent 9455705c
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/) ...@@ -8,7 +8,7 @@ PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/)
all: server all: server
dep: ## Get the dependencies dep: ## Get the dependencies
dep ensure -update dep ensure
server: dep ## Build the binary file for server server: dep ## Build the binary file for server
@go build -i -v -o $(SERVER_OUT) $(SERVER_PKG_BUILD) @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.
Please register or to comment