summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce40c725a87e..fd433d3a2c2b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,10 @@
+all: .SRCINFO package
+
+clean:
+ rm -rf pkg src *.gem *.pkg.*
+
.SRCINFO: PKGBUILD
makepkg --printsrcinfo > .SRCINFO
+
+package:
+ makepkg -s