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:
parent
207ecc39cd
commit
cbbdb232e8
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 New Issue
Block a user