From cbbdb232e87ebf92b6abba9bb3f7eff0597d0fff Mon Sep 17 00:00:00 2001 From: rage 311 Date: Mon, 3 Jun 2019 18:09:51 -0400 Subject: [PATCH] Fix Makefile for non-GNU find derp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)