diff --git a/Makefile b/Makefile index 4058ae7..2b5dfbc 100644 --- a/Makefile +++ b/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)