mirror of
https://github.com/makew0rld/amfora.git
synced 2024-12-04 14:46:29 -05:00
🔨 Support macOS find cmd
This commit is contained in:
parent
fe0fd784bb
commit
3cb15cb257
4
Makefile
4
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user