diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,10 +31,6 @@ dist: release web: build ./gogs web -govet: - $(GOVET) gogs.go - $(GOVET) models pkg routes - build: $(GENERATED) go build $(BUILD_FLAGS) -ldflags '$(LDFLAGS)' -tags '$(TAGS)' -trimpath -o gogs |