diff --git a/makefile b/makefile index fff1cb8..6ba4c6b 100644 --- a/makefile +++ b/makefile @@ -10,4 +10,9 @@ update_make: update_all: git add --all git commit -m "Updated everything. Further explanation in README" + git push -u origin main + +update_domain: + git add domain/ + git commit -m "Updated domain. Further erxplanation in README" git push -u origin main \ No newline at end of file