From f58af72831338efba4d5e20898cf92c0ed9f1c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 4 Dec 2015 13:17:55 +0100 Subject: Create the ebin/ directory before compiling ErlyDTL templates --- plugins/erlydtl.mk | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3