mk: avoid searching in hidden directories at the root

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-01-20 21:20:31 +01:00
parent 561f8c19af
commit 0709115916
1 changed files with 1 additions and 1 deletions

View File

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