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 b3ee101959..b75732f2e5 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ check: test
dist: release
govet:
- $(GOVET) gogs.go
+ $(GOVET) main.go
$(GOVET) models modules routers
build: $(GENERATED)