mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
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:
parent
39144c4ca0
commit
97a5a84d82
@ -38,9 +38,9 @@ yarnconfig:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@rm -fv **/*.pkg.tar.xz
|
@rm -fv PKGBUILDs/**/*.pkg.tar.xz
|
||||||
@rm -fv **/*.xpi
|
@rm -fv PKGBUILDs/**/*.xpi
|
||||||
@rm -fv **/*.tar.gz
|
@rm -fv PKGBUILDs/**/*.tar.gz
|
||||||
@rm -fv **/*.tar.bz2
|
@rm -fv PKGBUILDs/**/*.tar.bz2
|
||||||
@rm -fv **/*.vim
|
@rm -fv PKGBUILDs/**/*.vim
|
||||||
@rm -rfv .aur
|
@rm -rfv .aur
|
||||||
|
Loading…
x
Reference in New Issue
Block a user