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
|
||||
GOFLAGS?=
|
||||
|
||||
GOSRC!=find -name '*.go'
|
||||
GOSRC!=find . -name '*.go'
|
||||
GOSRC+=go.mod go.sum
|
||||
|
||||
aerc: $(GOSRC)
|
||||
|
|
Loading…
Reference in a new issue