summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerman Lashevich2020-11-22 01:23:55 +0100
committerGerman Lashevich2020-11-22 01:23:55 +0100
commit878832ca8dd5683a983562aef5e7ab7720010ec1 (patch)
tree8937434e1d0a65910380ced09ad77ed6ade5b88c
parentcda3dd567430a938a9040eae1f6a9b80c4768dd6 (diff)
downloadaur-878832ca8dd5683a983562aef5e7ab7720010ec1.tar.gz
Add Makefile
-rw-r--r--.gitignore3
-rw-r--r--Makefile5
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f71c635dafda..02f93e9637ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*
+!.SRCINFO
!.gitignore
+!Makefile
!PKGBUILD
-!.SRCINFO
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..d91f2cf7e2cc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+update::
+ makepkg --printsrcinfo > .SRCINFO
+
+install::
+ makepkg -si