summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Staten2017-02-25 18:41:53 +0000
committerJason Staten2017-02-25 18:41:53 +0000
commit61899e48ab25558f889f08915e163c2038ea892e (patch)
treed9b6738df3d00ba48c25fa3be6cc9146157c3f86
parent0a57fd2b8cf4e87f1abac60f08f9d8889403aa57 (diff)
downloadaur-61899e48ab25558f889f08915e163c2038ea892e.tar.gz
add Makefile for updates
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..883364b82894
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+default:
+
+update:
+ updpkgsums
+ makepkg --printsrcinfo > .SRCINFO
+
+.PHONY: default