aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f13482..1177717 100644
--- a/Makefile
+++ b/Makefile
@@ -59,6 +59,7 @@ mutt:
59tmux: 59tmux:
60 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf 60 ln -sf `pwd`/misc/tmux.conf ~/.tmux.conf
61 61
62# Blog on my VPS
62blog: 63blog:
63 if [ ! -d "$(HOME)/blog" ]; then \ 64 if [ ! -d "$(HOME)/blog" ]; then \
64 git clone ssh://topo/~/blog; \ 65 git clone ssh://topo/~/blog; \