mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
9 lines
No EOL
175 B
Makefile
9 lines
No EOL
175 B
Makefile
input.txt: gen_input.sh
|
|
bash gen_input.sh "$(base_dir)" > input.txt
|
|
|
|
%.sh:
|
|
sed 's/@IMAGE_NAME@/$(image_name)-$(version)/' $*.in > $*
|
|
|
|
clean:
|
|
rm input.txt
|
|
rm gen_input.sh
|