From 266621e3202c73d6c62471d4ad0f377b363e7c3b Mon Sep 17 00:00:00 2001 From: "anton.gurov" Date: Wed, 6 Nov 2019 13:02:27 +0300 Subject: [PATCH] update makefile again --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4a417a4..3641b85 100644 --- a/Makefile +++ b/Makefile @@ -13,11 +13,9 @@ LDFLAGS="-X \"main.versionInfo=${PKG_VER}-${CI_PIPELINE_ID} built at $(shell dat all: build test #build: build.spec build.server -build: build.game +build: distclean build.deps build.game -build.game: - build.game.linux64 - build.game.win64 +build.game: build.game.linux64 build.game.win64 build.deps: GIT_SSL_NO_VERIFY=true $(GO) mod vendor