From ce310c4bc3a525bb9c3dab3b35339a26f6237e8f Mon Sep 17 00:00:00 2001 From: Jason Nagin <33561705+JasonN3@users.noreply.github.com> Date: Mon, 5 May 2025 14:27:04 -0400 Subject: [PATCH] delete generated template as well --- lorax_templates/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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