1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00

fixed Makefile source files

This commit is contained in:
Carlos Alexandro Becker 2017-03-24 17:08:19 -03:00
parent 475e4aae4f
commit fd46584bf2
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -1,4 +1,4 @@
SOURCE_FILES?=$$(glide novendor)
SOURCE_FILES?=$$(go list ./... | grep -v /vendor/)
TEST_PATTERN?=.
TEST_OPTIONS?=