1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-05-18 05:26:02 +02:00

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

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)