aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-07-13 01:04:26 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-07-13 01:04:26 +0800
commite971b4711d06710ec59e681053f5973b911af85b (patch)
tree1de215fc457f1465dfd18c72922b1ae338ea66aa /Makefile
parent058fa5ecbf152be3864b3a510aec418b18c35734 (diff)
Update
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