aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcd6c5d..95daccb 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ tig:
26wiki: 26wiki:
27 # vimwiki 27 # vimwiki
28 if [ ! -d "$(HOME)/.vimwiki" ]; then \ 28 if [ ! -d "$(HOME)/.vimwiki" ]; then \
29 git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki; \ 29 git clone --depth=1 git@github.com:typebrook/wiki.git ~/vimwiki
30 fi 30 fi
31 31
32crontab: 32crontab: