From b4e50f0cd8aab1e5a23baad5b000a51c95e6ec9e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 17 Jul 2015 16:04:00 +0200 Subject: added vet target to Makefile diff --git a/Makefile b/Makefile index a9c7ca9..e6a03d3 100644 --- a/Makefile +++ b/Makefile @@ -31,12 +31,16 @@ getlibs: $(GOCMD) get "github.com/gorilla/websocket" $(GOCMD) get "github.com/tuxychandru/pubsub" +vet: export GOPATH=$(curdir) +vet: + $(GOCMD) vet helsinki.at/rhrdtime + format: export GOPATH=$(curdir) format: $(GOCMD) fmt helsinki.at/rhrdtime build: export GOPATH=$(curdir) -build: getlibs format +build: getlibs vet format $(GOCMD) install helsinki.at/rhrdtime clean: -- cgit v0.10.2