diff options
Diffstat (limited to 'configs/rcs/Makefile')
-rw-r--r-- | configs/rcs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile index 2b78a51..6a24d52 100644 --- a/configs/rcs/Makefile +++ b/configs/rcs/Makefile @@ -2,12 +2,14 @@ INTO = $(HOME) INSTALL = \ + agignore \ aspell.en.pws \ bashrc \ ctags \ emacs.d \ gitconfig \ - gitignore + gitignore \ + tmux.conf INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |