aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-04-06 00:14:30 -0400
committerUnknwon <u@gogs.io>2017-04-06 00:14:30 -0400
commita617d52374e937db0edacfba2a26bdd14a05538e (patch)
tree8c6448af2e4d68975ea66656b430e3b755e852c2 /Makefile
parent624474386aa51b74fdbee04bb85aaa957a22b99c (diff)
2fa: initial support (#945)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 507632dd..760f4e60 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,9 @@ check: test
dist: release
+web: build
+ ./gogs web
+
govet:
$(GOVET) gogs.go
$(GOVET) models pkg routers