aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 80ea032880..c321f82bad 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,14 @@ GOVET = go tool vet -composites=false -methods=false -structtags=false
.IGNORE: public/css/gogs.css
+all: build
+
+check: test
+
+dist: release
+
govet:
- $(GOVET) gogs.go
+ $(GOVET) gogs.go
$(GOVET) models modules routers
build: $(GENERATED)