summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo2020-04-13 12:37:57 +0100
committerPaolo2020-04-13 12:37:57 +0100
commit0e4c3fcae216d3bf6f47a9f2a44f244dddc95a60 (patch)
tree23401a87a1ae11862590eb34ea13847ce26b51a6
parent0ca8197897860233dd8c44675e6018689f5859b5 (diff)
downloadaur-0e4c3fcae216d3bf6f47a9f2a44f244dddc95a60.tar.gz
add makefile
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..32475bdde9d3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+package:
+ makepkg
+ makepkg --printsrcinfo > .SRCINFO
+
+install:
+ pacman -U *.tar.xz
+
+clean:
+ git clean -fdX
+
+