aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-08 16:09:29 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-08 16:18:07 +0100
commitee2fbb384f68bfbb2d79bd1e715d24c9b4439d67 (patch)
tree6600a33cd718daf9336983a238a368d8d2d9e737 /Makefile
parentMakefile: remove the useless this_dir (diff)
downloadcmake-common-ee2fbb384f68bfbb2d79bd1e715d24c9b4439d67.tar.gz
cmake-common-ee2fbb384f68bfbb2d79bd1e715d24c9b4439d67.zip
Makefile: git-add .SRCINFO
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cef2581..f78070d 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,7 @@ package:
.PHONY: commit
commit:
+ git add .SRCINFO
source PKGBUILD && git commit -am "aur: $$pkgver-$$pkgrel"
.PHONY: push