1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

fix clean

This commit is contained in:
Jason N. 2024-02-14 21:28:21 +00:00
parent 27225fa966
commit 16925ea2c2

View file

@ -50,8 +50,7 @@ xorriso/%.sh: xorriso/%.sh.in
clean: clean:
rm -f boot.iso || true rm -f *.iso || true
rm -f deploy.iso || true
rm -Rf $(image_name)-$(version) || true rm -Rf $(image_name)-$(version) || true
rm lorax_templates/*.tmpl || true rm lorax_templates/*.tmpl || true
rm xorriso/input.txt || true rm xorriso/input.txt || true