diff --git a/lorax_templates/Makefile b/lorax_templates/Makefile index 0931001..b2e80e5 100644 --- a/lorax_templates/Makefile +++ b/lorax_templates/Makefile @@ -45,8 +45,8 @@ install_include_post.tmpl: install-deps: -FILES=$(wildcard post_*) +FILES=$(wildcard post_*) install_include_post.tmpl clean: ifneq ($(FILES),) rm -Rf $(FILES) -endif \ No newline at end of file +endif