diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:09:29 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-08 16:18:07 +0100 |
commit | ee2fbb384f68bfbb2d79bd1e715d24c9b4439d67 (patch) | |
tree | 6600a33cd718daf9336983a238a368d8d2d9e737 /Makefile | |
parent | Makefile: remove the useless this_dir (diff) | |
download | cmake-common-ee2fbb384f68bfbb2d79bd1e715d24c9b4439d67.tar.gz cmake-common-ee2fbb384f68bfbb2d79bd1e715d24c9b4439d67.zip |
Makefile: git-add .SRCINFO
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ package: .PHONY: commit commit: + git add .SRCINFO source PKGBUILD && git commit -am "aur: $$pkgver-$$pkgrel" .PHONY: push |