summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Zacsh2021-11-26 00:50:05 -0600
committerJonathan Zacsh2021-11-26 00:50:05 -0600
commita8b12bf9661e084ed5de0521c16185a5a97af5b5 (patch)
tree9e5d6b165d8ac079a250a819dabacc134669d726
parentfa15bbe361bd77dbba5bd76528839de31ef1636f (diff)
downloadaur-a8b12bf9661e084ed5de0521c16185a5a97af5b5.tar.gz
super-nitpick: `make` w/nice default always updating .SRCINFO
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..adbebb6f2d8a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+makepkg:
+ makepkg
+ makepkg --printsrcinfo > .SRCINFO
+
+clean:
+ $(RM) ./pidcat-git-*.pkg.tar.zst
+ $(RM) -rf ./pidcat/
+ $(RM) -rf ./pkg/
+ $(RM) -rf ./src/
+
+.PHONY: clean makepkg