From f845261419dd6fe4b55d238e8345d79e9d6f0938 Mon Sep 17 00:00:00 2001 From: ehlxr Date: Tue, 31 Jul 2018 17:13:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=99=E7=82=B9=E6=9B=B4=E6=96=B0=EF=BC=9A20?= =?UTF-8?q?18-07-31=2017:13:00?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b5952c8..6539afb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build: install: go install -ldflags "-s -w" -release: amd64 386 +release: build_amd64 build_386 upx dep: dep ensure @@ -36,7 +36,7 @@ get_deps: clean: go clean -i - rm -rf dist/jwt* jbls + rm -rf dist/jwt* jwt* build_amd64: @ $(foreach OS,\