From a3c1ea4aaf12b1470be37bf2852cccea464664fb Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Wed, 22 Dec 2021 11:31:00 -0500 Subject: [PATCH] More updates --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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