summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dd330021fd9..fd433d3a2c2b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: .SRCINFO package
clean:
- rm -rf pkg src
+ rm -rf pkg src *.gem *.pkg.*
.SRCINFO: PKGBUILD
makepkg --printsrcinfo > .SRCINFO