summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJosh Gwosdz2021-02-19 15:39:54 +0100
committerJosh Gwosdz2021-02-19 15:39:54 +0100
commita67b65d80a52fdedab04d62fed65dd46bfbfb0ca (patch)
tree3f888a34f13041ee6302dfdad1fcbf851ef0a208 /Makefile
downloadaur-a67b65d80a52fdedab04d62fed65dd46bfbfb0ca.tar.gz
initialize with 4.6.17
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..7d8a779c9231
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+.PHONY: update-srcinfo
+update-srcinfo:
+ makepkg --printsrcinfo > .SRCINFO
+