From 8741d4510b1c7b866c1f4c9c417847754ffa541e Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Wed, 18 Sep 2019 13:06:02 -0400 Subject: [PATCH] Added Makefile for easier updateing --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..23cf3c5 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +push: + git push + +pull: + git pull + +fetch: + git fetch + +update: + git commit + git push