mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
no errors
This commit is contained in:
parent
34b348cd62
commit
d79d572968
1 changed files with 6 additions and 6 deletions
12
Makefile
12
Makefile
|
|
@ -50,9 +50,9 @@ xorriso/%.sh: xorriso/%.sh.in
|
|||
|
||||
|
||||
clean:
|
||||
rm -f boot.iso
|
||||
rm -f deploy.iso
|
||||
rm -Rf $(image_name)-$(version)
|
||||
rm lorax_templates/*.tmpl
|
||||
rm xorriso/input.txt
|
||||
rm xorriso/*.sh
|
||||
rm -f boot.iso || true
|
||||
rm -f deploy.iso || true
|
||||
rm -Rf $(image_name)-$(version) || true
|
||||
rm lorax_templates/*.tmpl || true
|
||||
rm xorriso/input.txt || true
|
||||
rm xorriso/*.sh || true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue