mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
single makefile
This commit is contained in:
parent
81bcbb56ca
commit
b87f5db94d
4 changed files with 19 additions and 21 deletions
|
|
@ -1,7 +0,0 @@
|
|||
%.tmpl:
|
||||
sed 's/@IMAGE_NAME@/$(image_name)' $*.in > $*
|
||||
sed 's/@IMAGE_REPO@/$(image_repo)' $* > $*
|
||||
sed 's/@VERSION@/$(version)' $* $*
|
||||
|
||||
clean:
|
||||
rm *.tmpl
|
||||
Loading…
Add table
Add a link
Reference in a new issue