diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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: |