summarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Barri2021-01-31 15:46:33 +1100
committerDavid Barri2021-01-31 15:46:33 +1100
commitf2b6720ae600aed911bbd2b87f627f42d35eaabf (patch)
tree52ed4310e78698280734c56ccc69a701ced12850 /Makefile
downloadaur-f2b6720ae600aed911bbd2b87f627f42d35eaabf.tar.gz
0.6.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..4f09e42a93f2
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+.PHONY: post clean
+
+post:
+ makepkg --verifysource -f
+ makepkg --printsrcinfo > .SRCINFO
+
+clean:
+ git clean -fX