From 3cb15cb2578f40654730f58fad0e1d06f9273a4d Mon Sep 17 00:00:00 2001 From: makeworld Date: Fri, 18 Sep 2020 14:00:50 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Support=20macOS=20find=20cmd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b9a1a5b..5bd59ef 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ GITV != git describe --tags GITC != git rev-parse --verify HEAD -SRC != find -type f -name '*.go' ! -name '*_test.go' -TEST != find -type f -name '*_test.go' +SRC != find . -type f -name '*.go' ! -name '*_test.go' +TEST != find . -type f -name '*_test.go' PREFIX ?= /usr/local VERSION ?= $(GITV)