1
0
mirror of https://github.com/makew0rld/amfora.git synced 2024-09-25 22:55:55 -04:00

🔨 Support macOS find cmd

This commit is contained in:
makeworld 2020-09-18 14:00:50 -04:00
parent fe0fd784bb
commit 3cb15cb257

View File

@ -1,7 +1,7 @@
GITV != git describe --tags GITV != git describe --tags
GITC != git rev-parse --verify HEAD GITC != git rev-parse --verify HEAD
SRC != find -type f -name '*.go' ! -name '*_test.go' SRC != find . -type f -name '*.go' ! -name '*_test.go'
TEST != find -type f -name '*_test.go' TEST != find . -type f -name '*_test.go'
PREFIX ?= /usr/local PREFIX ?= /usr/local
VERSION ?= $(GITV) VERSION ?= $(GITV)