Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.build.mk')
-rw-r--r--Makefile.build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build.mk b/Makefile.build.mk
index f04e343c..b58e2139 100644
--- a/Makefile.build.mk
+++ b/Makefile.build.mk
@@ -9,7 +9,7 @@ setup: clean .GOPATH/.ok
go get github.com/fzipp/gocyclo
build: .GOPATH/.ok
- $Q go install $(if $V,-v) $(VERSION_FLAGS) $(IMPORT_PATH)
+ $Q go install $(if $V,-v) $(VERSION_FLAGS) -buildmode exe $(IMPORT_PATH)
clean:
$Q rm -rf bin .GOPATH gitlab-pages