diff --git a/Makefile b/Makefile index ce1458e..cac61da 100644 --- a/Makefile +++ b/Makefile @@ -22,11 +22,11 @@ all : fetch build artifacts clean : 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 + 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 -f source_release librewolf-$(shell cat version)-*.source.tar.gz + rm -f librewolf-$(shell cat version)-*.source.tar.gz fetch : python3 mk.py fetch