summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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