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)