diff --git a/.Makefile.swp b/.Makefile.swp index f87e0c4..056155e 100644 Binary files a/.Makefile.swp and b/.Makefile.swp differ diff --git a/Makefile b/Makefile index 1a3eeb6..3bccbb9 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,6 @@ git: git status git add . git commit -m $(COMMIT_MSG) - git push origin master + git push origin main .PHONY: git help