Make makefile compatible with 3.81 (default MacOS)

Enables using the makefile with mac default make.
This commit is contained in:
y0ast 2020-12-23 22:11:54 +01:00 committed by Reto Brunner
parent 3edbe0c67c
commit da265a56e4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MANDIR?=$(PREFIX)/share/man
GO?=go
GOFLAGS?=
GOSRC!=find . -name '*.go'
GOSRC:=$(shell find . -name '*.go')
GOSRC+=go.mod go.sum
aerc: $(GOSRC)