1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2026-05-16 09:20:15 +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
+1 -1
View File
@@ -1,4 +1,4 @@
SOURCE_FILES?=$$(glide novendor)
SOURCE_FILES?=$$(go list ./... | grep -v /vendor/)
TEST_PATTERN?=.
TEST_OPTIONS?=