1
0
mirror of https://git.sr.ht/~sircmpwn/aerc synced 2024-11-23 08:32:12 +01:00

Fix Makefile for non-GNU find

derp
This commit is contained in:
rage 311 2019-06-03 18:09:51 -04:00 committed by Drew DeVault
parent 207ecc39cd
commit cbbdb232e8

@ -9,7 +9,7 @@ SHAREDIR?=$(_INSTDIR)/share/aerc
MANDIR?=$(_INSTDIR)/share/man
GOFLAGS?=
GOSRC!=find -name '*.go'
GOSRC!=find . -name '*.go'
GOSRC+=go.mod go.sum
aerc: $(GOSRC)