diff --git a/Makefile b/Makefile new file mode 100644 index 000000000..b9c2b5829 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +update: + git fetch -a upstream + git rebase upstream/master + git push --force origin master