]> git.proxmox.com Git - arch-pacman.git/commitdiff
buildsys: distclean: also cleanup source tar ball
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Aug 2019 16:12:10 +0000 (18:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 30 Aug 2019 16:12:10 +0000 (18:12 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index b58177c55a108f21e144a999a0c14328aa8eec46..773d36de2ecd1d0437c289ab559203256e177342 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,6 +38,7 @@ ${SRCTAR}:
        rm -rf pacman-git
 
 distclean: clean
+       rm -rf ${SRCDIR} ${SRCTAR} pacman-git
 
 .PHONY: clean
 clean: