mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
12 lines
289 B
Diff
12 lines
289 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -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 $@
|
|
+ touch $@
|
|
|
|
test: $(SOURCES) vendor
|
|
SHELL=/bin/sh GOOS= go test -v -tags "$(TAGS)" \
|