commit cbbdb232e87ebf92b6abba9bb3f7eff0597d0fff parent 207ecc39cd9b1e85f482be23240fc5a90d775fd7 Author: rage 311 <rage_311@hotmail.com> Date: Mon, 3 Jun 2019 18:09:51 -0400 Fix Makefile for non-GNU find derp Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)