summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-10-02 20:36:59 +0800
committertypebrook <typebrook@gmail.com>2018-10-02 20:36:59 +0800
commit2521f42b393426c1cd6f763de7ea73b58db5ae18 (patch)
tree3440b6fa7b3c5c2f2216d507caafea1b905b10df
parent2b044caf53d471b28bea0043ba998808936d0a7d (diff)
update
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d441f22..02dfb56 100644
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,6 @@ apply-alias:
6 cat ./.bash_aliases > ~/.bash_aliases 6 cat ./.bash_aliases > ~/.bash_aliases
7apply-vim: 7apply-vim:
8 cat ./.vimrc > ~/.vimrc 8 cat ./.vimrc > ~/.vimrc
9push:
10 git commit -am "update"
11 git push