Makefile: add bindir creation step

This commit is contained in:
Glenn Y. Rolland 2021-01-03 13:47:56 +01:00
parent dcd8cf9ab0
commit 793e2c4858
1 changed files with 1 additions and 0 deletions

View File

@ -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)