Updated clean and veryclean targets
This commit is contained in:
parent
ce1428938f
commit
de2df4e571
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue