1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-10-30 23:58:09 +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

View File

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