diff options
author | Christian Breunig <christian@breunig.cc> | 2025-03-18 16:19:27 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-03-18 16:24:45 +0100 |
commit | 96f1844557950055aa8f9cd97bd95a6a0b1761b9 (patch) | |
tree | 7e97bf593437c03cb974ff7780856090049eb314 /Makefile | |
parent | d5db3bf117ff64597d61b19354baeef3eece9a57 (diff) | |
download | vyos-build-96f1844557950055aa8f9cd97bd95a6a0b1761b9.tar.gz vyos-build-96f1844557950055aa8f9cd97bd95a6a0b1761b9.zip |
T861: "make purge" should also remove efivars file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ clean: rm -f config/binary config/bootstrap config/chroot config/common config/source rm -f build.log rm -f vyos-*.iso - rm -f *.img + rm -f *.img *.efivars rm -f *.xz rm -f *.vhd rm -f *.raw |