Fix build on GNU make

pull/342/head
Dave Cunningham 9 years ago
parent e664836b09
commit aaf532bda0

@ -80,10 +80,10 @@ vet:
done done
@echo ----------------- @echo -----------------
HAS_GLIDE := $(shell command -v glide) HAS_GLIDE := $(shell command -v glide;)
HAS_GOLINT := $(shell command -v golint) HAS_GOLINT := $(shell command -v golint;)
HAS_GOVET := $(shell command -v go tool vet) HAS_GOVET := $(shell command -v go tool vet;)
HAS_GOX := $(shell command -v gox) HAS_GOX := $(shell command -v gox;)
.PHONY: bootstrap .PHONY: bootstrap
bootstrap: bootstrap:

Loading…
Cancel
Save