Make makefile compatible with 3.81 (default MacOS)
Enables using the makefile with mac default make.
This commit is contained in:
parent
3edbe0c67c
commit
da265a56e4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ MANDIR?=$(PREFIX)/share/man
|
||||||
GO?=go
|
GO?=go
|
||||||
GOFLAGS?=
|
GOFLAGS?=
|
||||||
|
|
||||||
GOSRC!=find . -name '*.go'
|
GOSRC:=$(shell find . -name '*.go')
|
||||||
GOSRC+=go.mod go.sum
|
GOSRC+=go.mod go.sum
|
||||||
|
|
||||||
aerc: $(GOSRC)
|
aerc: $(GOSRC)
|
||||||
|
|
Loading…
Reference in a new issue