aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7090f2e7..95ae58c7 100644
--- a/Makefile
+++ b/Makefile
@@ -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