summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-09 12:56:00 -0700
committerUnknwon <u@gogs.io>2016-08-09 12:56:00 -0700
commitf70343660dc4cb585d2d322fcfb33f73f371683e (patch)
tree658bdcc07d2f360006c9b394565ab7b139b68271 /Makefile
parentc8b45ecc2762a9d64dbe83cafd68b137661448a5 (diff)
downloadgitea-f70343660dc4cb585d2d322fcfb33f73f371683e.tar.gz
gitea-f70343660dc4cb585d2d322fcfb33f73f371683e.zip
Little code refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33cb7355d9..80ea032880 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ GOVET = go tool vet -composites=false -methods=false -structtags=false
.IGNORE: public/css/gogs.css
-# FIXME: find a way to ignore /vendor/ and /data/ directories.
govet:
$(GOVET) gogs.go
$(GOVET) models modules routers