From da265a56e4a8c8631aef0de629bb82e250dba119 Mon Sep 17 00:00:00 2001 From: y0ast Date: Wed, 23 Dec 2020 22:11:54 +0100 Subject: [PATCH] Make makefile compatible with 3.81 (default MacOS) Enables using the makefile with mac default make. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 77f5e61..9ad5e29 100644 --- a/Makefile +++ b/Makefile @@ -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)