From fda1e592e7b6c3f38b6a66677a833a79c1dc8251 Mon Sep 17 00:00:00 2001 From: speedie Date: Fri, 31 Mar 2023 18:46:04 +0200 Subject: [PATCH] modify the makefile slightly --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb1edb9..043239c 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,8 @@ install_arch: dist commit: man command -v git > /dev/null || exit 1 + git add * git commit -a - git push origin master + git remote | xargs -L1 git push --all .PHONY: all options clean dist install install_arch uninstall pkg_arch help man commit