aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/erlydtl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/erlydtl.mk b/plugins/erlydtl.mk
index 072da50..506e793 100644
--- a/plugins/erlydtl.mk
+++ b/plugins/erlydtl.mk
@@ -47,6 +47,7 @@ $(DTL_FILES): $(MAKEFILE_LIST)
@touch $@
ebin/$(PROJECT).app:: $(DTL_FILES)
+ $(gen_verbose) mkdir -p ebin/
$(if $(strip $?),\
$(dtl_verbose) $(call erlang,$(call erlydtl_compile.erl,$?,-pa ebin/ $(DEPS_DIR)/erlydtl/ebin/)))
endif