diff options
author | typebrook <typebrook@gmail.com> | 2018-09-28 13:48:45 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-09-28 13:48:45 +0800 |
commit | 8c70a5b8ee3733e93acb58501cc6fb8297b44bea (patch) | |
tree | f4f8a8591855320c25feace3e3c2a95de26eab0c /Makefile | |
parent | 3e89fe8339c192f8264f84e03f2834c250b01cda (diff) |
add Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..3759ed1 --- /dev/null +++ b/Makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | sync-alias: | ||
2 | cat ~/.bash_aliases > ./.bash_aliases | ||