Fix Makefile for non-GNU find
derp
This commit is contained in:
parent
207ecc39cd
commit
cbbdb232e8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ SHAREDIR?=$(_INSTDIR)/share/aerc
|
||||||
MANDIR?=$(_INSTDIR)/share/man
|
MANDIR?=$(_INSTDIR)/share/man
|
||||||
GOFLAGS?=
|
GOFLAGS?=
|
||||||
|
|
||||||
GOSRC!=find -name '*.go'
|
GOSRC!=find . -name '*.go'
|
||||||
GOSRC+=go.mod go.sum
|
GOSRC+=go.mod go.sum
|
||||||
|
|
||||||
aerc: $(GOSRC)
|
aerc: $(GOSRC)
|
||||||
|
|
Loading…
Reference in a new issue