diff options
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile index 6a24d52..e71e986 100644 --- a/configs/rcs/Makefile +++ b/configs/rcs/Makefile @@ -8,8 +8,7 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore \ - tmux.conf + gitignore INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |