From 07091159169fe6682889cbbdf0a10d9cbb5aa8c8 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Thu, 20 Jan 2022 21:20:31 +0100 Subject: mk: avoid searching in hidden directories at the root Signed-off-by: Robin Jarry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6f56181..fea5490 100644 --- a/Makefile +++ b/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) -- cgit v1.2.3