aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af6414d71534..a71b5c5e82d5 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,10 @@ srcinfo: .SRCINFO
.SRCINFO: PKGBUILD
makepkg --printsrcinfo > .SRCINFO
+update: .SRCINFO
+ git add PKGBUILD .SRCINFO
+ git commit
+ git push aur
+
clean:
rm -rf pkg src *.pkg.tar.xz