summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-07-21 04:52:46 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-07-21 04:52:46 +0200
commitb3da3a9b2d93e6aa4be159379030163473e10102 (patch)
treebda60415dc5254a874b90144219ba77eabb88b28 /src
parentadded go vet/fmt to hub Makefile (diff)
removed vet and format targets from default build
Diffstat (limited to 'src')
-rw-r--r--src/hub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index 1fb7bd2..03ab4e5 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -53,7 +53,7 @@ format:
$(GOCMD) fmt spreadspace.org/sfive-hub
build: export GOPATH=$(curdir)
-build: getlibs vet format
+build: getlibs
$(GOCMD) install spreadspace.org/sfive-hub
test: export GOPATH=$(curdir)