1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Merge pull request #149 from goreleaser/makefile

fixed Makefile source files
This commit is contained in:
Carlos Alexandro Becker 2017-03-24 17:10:07 -03:00 committed by GitHub
commit 9a71fba785

View File

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