aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6d3a8e0..41d22a8 100644
--- a/Makefile
+++ b/Makefile
@@ -75,8 +75,8 @@ console:
75 75
76task: 76task:
77 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc 77 ln -sf $(HOME)/.task/taskrc $(HOME)/.taskrc
78 if [ ! -d "$(HOME)/.task/.git" ]; then 78 if [ ! -d "$(HOME)/.task/.git" ]; then
79 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; 79 if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi;
80 git clone --depth 1 vps:~/.task ~/.task; 80 git clone --depth 1 vps:~/.task ~/.task;
81 fi 81 fi
82 82