archlinux: Fix make clean target

Since this target was moved up one directory, its relative paths
need to be updated as well.
This commit is contained in:
Donovan Glover 2018-12-08 10:39:10 -05:00
parent 39144c4ca0
commit 97a5a84d82
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -38,9 +38,9 @@ yarnconfig:
.PHONY: clean
clean:
@rm -fv **/*.pkg.tar.xz
@rm -fv **/*.xpi
@rm -fv **/*.tar.gz
@rm -fv **/*.tar.bz2
@rm -fv **/*.vim
@rm -fv PKGBUILDs/**/*.pkg.tar.xz
@rm -fv PKGBUILDs/**/*.xpi
@rm -fv PKGBUILDs/**/*.tar.gz
@rm -fv PKGBUILDs/**/*.tar.bz2
@rm -fv PKGBUILDs/**/*.vim
@rm -rfv .aur