summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBrad Ackerman2020-02-16 16:44:45 -0800
committerBrad Ackerman2020-02-16 16:44:45 -0800
commit6086f37d268d2794807badddc180ff15cea3dfe8 (patch)
tree72114b24c061cbe907da1d8de602182a6c3a8df8 /Makefile
parentd278d7bc11f6a9569ccf3ea8051d28501def0c16 (diff)
downloadaur-6086f37d268d2794807badddc180ff15cea3dfe8.tar.gz
Update non-package stuff.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..5dd330021fd9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+all: .SRCINFO package
+
+clean:
+ rm -rf pkg src
+
+.SRCINFO: PKGBUILD
+ makepkg --printsrcinfo > .SRCINFO
+
+package:
+ makepkg -s