pipe output to /dev/null

This commit is contained in:
Daisuke Maki 2016-08-18 13:26:14 +09:00
parent 87b4ad48a0
commit 1340799367

View file

@ -6,7 +6,7 @@ VERSION=$(patsubst "%",%,$(lastword $(shell grep version peco.go)))
RELEASE_DIR=releases
ARTIFACTS_DIR=$(RELEASE_DIR)/artifacts/$(VERSION)
SRC_FILES = $(wildcard *.go cmd/peco/*.go internal/*/*.go)
HAVE_GLIDE:=$(shell which glide)
HAVE_GLIDE:=$(shell which glide >& /dev/null)
GITHUB_USERNAME=peco
.PHONY: clean build build-windows-amd64 build-windows-386 build-linux-amd64 $(RELEASE_DIR)/$(GOOS)/$(GOARCH)/peco$(SUFFIX)