diff --git a/Makefile b/Makefile index 19a2857..6f4f38e 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,10 @@ -default: - git add -A && git commit -m "More updates" && git push +default: add commit push + +add: + git add -A + +commit: + git commit -m "More updates" + +push: + git push