diff --git a/makefile b/makefile index 3cab6d2..0373736 100644 --- a/makefile +++ b/makefile @@ -20,3 +20,6 @@ push: pull: @. ~/.bash_ssh git pull + +ci: + git commit -m"updates from makefile" --all