summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee4950781a..4ee0cb9bf0 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ NOW = $(shell date -u '+%Y%m%d%I%M%S')
build:
go install -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
- go build -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
+ cp '$(GOPATH)/bin/gogs' .
govet:
go tool vet -composites=false -methods=false -structtags=false .