diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-09 11:41:37 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-09 11:41:37 +0100 |
commit | faad1b072a930b504adfaef4324d8469e1a57502 (patch) | |
tree | aff5ead6fedb1aa6f35d0a23b8ef35ec19f68d04 /.tmux/Makefile | |
parent | 3125a8c2efacb0aa4191d9dd0c06ce0af16dd2c0 (diff) |
Correct errors in Makefiles
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 |