2018-02-24 01:14:15 +01:00
|
|
|
--- ../cache/fzf-0.17.3/Makefile 2017-12-03 14:55:24.000000000 +0000
|
|
|
|
+++ ./Makefile 2018-02-24 00:04:59.992543575 +0000
|
2017-07-10 10:09:47 +02:00
|
|
|
@@ -99,7 +99,7 @@
|
|
|
|
ln -sf $(ROOT_DIR)/vendor $(VENDOR_LINK)
|
|
|
|
|
|
|
|
vendor: $(GLIDE_YAML)
|
|
|
|
- go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
|
2018-02-24 01:14:15 +01:00
|
|
|
+ GOOS= CC= GOARCH= CGO_ENABLED= go get -u github.com/Masterminds/glide && $(GOPATH)/bin/glide install && touch $@
|
2017-07-10 10:09:47 +02:00
|
|
|
|
|
|
|
test: $(SOURCES) vendor
|
|
|
|
SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \
|