mirror of https://github.com/maxcnunes/gaper.git
Remove dep script
This commit is contained in:
parent
0324256f9c
commit
3f3fcea575
6
Makefile
6
Makefile
|
@ -6,12 +6,6 @@ LINTER := $(shell command -v gometalinter 2> /dev/null)
|
||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
|
|
||||||
setup:
|
setup:
|
||||||
ifeq ($(OS), Darwin)
|
|
||||||
brew install dep
|
|
||||||
else
|
|
||||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
|
||||||
endif
|
|
||||||
dep ensure -vendor-only
|
|
||||||
ifndef LINTER
|
ifndef LINTER
|
||||||
@echo "Installing linter"
|
@echo "Installing linter"
|
||||||
@go get -u github.com/alecthomas/gometalinter
|
@go get -u github.com/alecthomas/gometalinter
|
||||||
|
|
Loading…
Reference in New Issue