summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtto Sabart2019-12-17 23:14:44 +0100
committerOtto Sabart2019-12-17 23:14:44 +0100
commit20d6e74baedfaf54f5f92ced7e95babc0d077baa (patch)
treeda58290facc6db4c8f3cc1dd194ffbcf8f2b5f4b
parent670ca5128fa9d4b53aab00264c5b8663a89d2b2d (diff)
downloadaur-20d6e74baedfaf54f5f92ced7e95babc0d077baa.tar.gz
makefile: fix clean rule
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 794c89de4135..7e7b20472a96 100644
--- a/Makefile
+++ b/Makefile
@@ -7,4 +7,4 @@ help:
@echo "clean - clean this repository"
clean:
- rm -rfv ./src ./pkg ./v*.tar.gz ./*.pkg.tar.xz qubes-vmm-xen
+ rm -rfv ./src ./pkg ./v*.tar.gz ./*.pkg.tar.xz qubes-vm-xen