fix to actually remove librewolf distfiles
This commit is contained in:
parent
93c4a2a4c6
commit
cd7107a05e
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -20,7 +20,7 @@ all : fetch build artifacts
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
rm -rf work
|
rm -rf work
|
||||||
rm -f librewolf-$(shell cat version).*.en-US.win64* md5sums.txt upload.txt firefox-$(shell cat version).en-US.win64.zip
|
rm -f librewolf-$(shell cat version)*.en-US.win64* md5sums.txt upload.txt firefox-$(shell cat version).en-US.win64.zip
|
||||||
|
|
||||||
veryclean : clean
|
veryclean : clean
|
||||||
rm -rf librewolf-$(shell cat version)
|
rm -rf librewolf-$(shell cat version)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue