summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Whitwell2020-02-07 17:19:31 +0000
committerTom Whitwell2020-02-07 17:19:31 +0000
commit1fefa71bb02d6162b959f9489f6f2eb47cd42607 (patch)
treee48a6e9aeed71fcd9c7f2d2a6e23625911830761
parenta3d7b59c0011435e459c43660d22d548d4648e74 (diff)
downloadaur-1fefa71bb02d6162b959f9489f6f2eb47cd42607.tar.gz
Add makefile to make future-me's life easier
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..1ed36a8706f9
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+.PHONY: PKGBUILD
+
+all: PKGBUILD .SRCINFO
+
+PKGBUILD:
+ makepkg -oc
+
+.SRCINFO: PKGBUILD
+ makepkg --printsrcinfo > .SRCINFO \ No newline at end of file