makefile | add git commit target

This commit is contained in:
Don Harper 2023-10-08 11:31:57 -05:00
parent bf01242f20
commit ebceac75ba

View file

@ -20,3 +20,6 @@ push:
pull:
@. ~/.bash_ssh
git pull
ci:
git commit -m"updates from makefile" --all