From b3da3a9b2d93e6aa4be159379030163473e10102 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 21 Jul 2015 04:52:46 +0200 Subject: removed vet and format targets from default build --- src/hub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3