Makefile: clean: remove content of rpmbuild/
This commit is contained in:
parent
68a8c0bebc
commit
fbdfbf9363
1
Makefile
1
Makefile
@ -25,6 +25,7 @@ update-repo-installer:
|
|||||||
clean:
|
clean:
|
||||||
sudo rm -fr qubeized_images/root.img.*
|
sudo rm -fr qubeized_images/root.img.*
|
||||||
sudo rm -fr qubeized_images/$(TEMPLATE_NAME)*
|
sudo rm -fr qubeized_images/$(TEMPLATE_NAME)*
|
||||||
|
sudo rm -fr rpmbuild/*
|
||||||
# We're not removing any images from fedorized_images/ intentionally
|
# We're not removing any images from fedorized_images/ intentionally
|
||||||
# because the user might want to keep using the same image for a long time
|
# because the user might want to keep using the same image for a long time
|
||||||
# and they are not dependent on any of the Qubes packahes
|
# and they are not dependent on any of the Qubes packahes
|
||||||
|
Loading…
Reference in New Issue
Block a user