diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/erlydtl.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/erlydtl.mk b/plugins/erlydtl.mk index dea6366..072da50 100644 --- a/plugins/erlydtl.mk +++ b/plugins/erlydtl.mk @@ -42,6 +42,10 @@ else BEAM_FILES += $(addprefix ebin/,$(patsubst %.dtl,%_dtl.beam,$(notdir $(DTL_FILES)))) endif +# Rebuild templates when the Makefile changes. +$(DTL_FILES): $(MAKEFILE_LIST) + @touch $@ + ebin/$(PROJECT).app:: $(DTL_FILES) $(if $(strip $?),\ $(dtl_verbose) $(call erlang,$(call erlydtl_compile.erl,$?,-pa ebin/ $(DEPS_DIR)/erlydtl/ebin/))) |