aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthias Loibl <mail@matthiasloibl.com>2016-11-04 13:49:10 +0100
committerMatthias Loibl <mail@matthiasloibl.com>2016-11-04 13:49:10 +0100
commitf01d927efbd1bcbb6c9312281c3c16179360b084 (patch)
treec1b28b79238aab09d05cc860983558e1e02b18cd /Makefile
parenta2514904cba3c89630fd76af38f672379d7c3326 (diff)
downloadgitea-f01d927efbd1bcbb6c9312281c3c16179360b084.tar.gz
gitea-f01d927efbd1bcbb6c9312281c3c16179360b084.zip
Rename all occurrences of gogs.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
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)