Updated clean and veryclean targets

This commit is contained in:
Bert van der Weerd 2022-02-09 12:06:52 +01:00
parent ce1428938f
commit de2df4e571
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -22,11 +22,11 @@ all : fetch build artifacts
clean : clean :
rm -rf work rm -rf work
rm -f librewolf-$(shell cat version)*.en-US.win64* sha256sums.txt upload.txt firefox-$(shell cat version)*.en-US.win64.zip
veryclean : clean veryclean : clean
rm -f librewolf-$(shell cat version)*.en-US.win64* sha256sums.txt upload.txt firefox-$(shell cat version)*.en-US.win64.zip
rm -rf librewolf-$(shell cat version)-$(shell cat source_release) rm -rf librewolf-$(shell cat version)-$(shell cat source_release)
rm -f source_release librewolf-$(shell cat version)-*.source.tar.gz rm -f librewolf-$(shell cat version)-*.source.tar.gz
fetch : fetch :
python3 mk.py fetch python3 mk.py fetch