diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ build: $(GENERATED) go install -v -ldflags '$(LDFLAGS)' -tags '$(TAGS)' cp '$(GOPATH)/bin/gogs' . +build-dev: $(GENERATED) + go install -v -race -tags '$(TAGS)' + cp '$(GOPATH)/bin/gogs' . + govet: go tool vet -composites=false -methods=false -structtags=false . |