modify the makefile slightly

This commit is contained in:
speedie 2023-03-31 18:46:04 +02:00
parent 218997e7ae
commit fda1e592e7

View file

@ -116,7 +116,8 @@ install_arch: dist
commit: man commit: man
command -v git > /dev/null || exit 1 command -v git > /dev/null || exit 1
git add *
git commit -a 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 .PHONY: all options clean dist install install_arch uninstall pkg_arch help man commit