Makefile: add bindir creation step
This commit is contained in:
parent
dcd8cf9ab0
commit
793e2c4858
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -14,6 +14,7 @@ all: help
|
||||||
build: build-binaries build-templates ## build executable
|
build: build-binaries build-templates ## build executable
|
||||||
|
|
||||||
build-binaries: build-templates
|
build-binaries: build-templates
|
||||||
|
mkdir -p $(BINDIR)
|
||||||
cd $(BINDIR) && go build ../...
|
cd $(BINDIR) && go build ../...
|
||||||
|
|
||||||
build-templates: $(MJML_OUTPUT)
|
build-templates: $(MJML_OUTPUT)
|
||||||
|
|
Loading…
Reference in a new issue