mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-16 19:08:25 +01: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user