mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
7 lines
No EOL
153 B
Makefile
7 lines
No EOL
153 B
Makefile
%.tmpl:
|
|
sed 's/@IMAGE_NAME@/$(image_name)' $*.in > $*
|
|
sed 's/@IMAGE_REPO@/$(image_repo)' $* > $*
|
|
sed 's/@VERSION@/$(version)' $* $*
|
|
|
|
clean:
|
|
rm *.tmpl
|