mk: avoid searching in hidden directories at the root
Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
561f8c19af
commit
0709115916
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ MANDIR?=$(PREFIX)/share/man
|
|||
GO?=go
|
||||
GOFLAGS?=
|
||||
|
||||
GOSRC:=$(shell find . -name '*.go')
|
||||
GOSRC:=$(shell find * -name '*.go')
|
||||
GOSRC+=go.mod go.sum
|
||||
|
||||
aerc: $(GOSRC)
|
||||
|
|
Loading…
Reference in a new issue