makefile with travis - logs

pull/41/head^2
Hunter Long 2018-08-13 22:30:43 -07:00
parent f3d4ffc0ea
commit 64fb67beb5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
VERSION=0.37
GOCMD=/usr/local/bin/go
GOCMD=`which go`
GOBUILD=$(GOCMD) build
GOCLEAN=$(GOCMD) clean
GOTEST=$(GOCMD) test