diff options
Diffstat (limited to '.tmux/Makefile')
-rw-r--r-- | .tmux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tmux/Makefile b/.tmux/Makefile index bb4db43..bbe8e6e 100644 --- a/.tmux/Makefile +++ b/.tmux/Makefile @@ -12,3 +12,4 @@ $(HOME)/.tmux/plugins/tpm : clean : rm -f $(TARGETS) + rm -rf $(HOME)/.tmux |