diff --git a/Makefile b/Makefile index e69de29..0709081 100644 --- a/Makefile +++ b/Makefile @@ -0,0 +1,8 @@ +default: send + +send: + git pull + git add . + git commit + git push +