diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,3 +52,7 @@ libinput: | |||
52 | 52 | ||
53 | task: | 53 | task: |
54 | ln -sf taskrc ~/.taskrc | 54 | ln -sf taskrc ~/.taskrc |
55 | if [ ! -d "$(HOME)/.task/.git" ]; then \ | ||
56 | if [ -d "$(HOME)/.task" ]; then rm -rf "$(HOME)/.task"; fi; \ | ||
57 | git clone --depth 1 https://github.com/typebrook/task.git ~/.task; \ | ||
58 | fi | ||