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
1 changed files with 1 additions and 1 deletions

View File

@ -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)