mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
delete generated template as well
This commit is contained in:
parent
953c816b0d
commit
ce310c4bc3
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ install_include_post.tmpl:
|
||||||
|
|
||||||
install-deps:
|
install-deps:
|
||||||
|
|
||||||
FILES=$(wildcard post_*)
|
FILES=$(wildcard post_*) install_include_post.tmpl
|
||||||
clean:
|
clean:
|
||||||
ifneq ($(FILES),)
|
ifneq ($(FILES),)
|
||||||
rm -Rf $(FILES)
|
rm -Rf $(FILES)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue