From 793e2c485837696072cd624621e0458d1219157a Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 3 Jan 2021 13:47:56 +0100 Subject: [PATCH] Makefile: add bindir creation step --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c45d4b8..592baf9 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ all: help build: build-binaries build-templates ## build executable build-binaries: build-templates + mkdir -p $(BINDIR) cd $(BINDIR) && go build ../... build-templates: $(MJML_OUTPUT)