diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2018-04-08 16:15:15 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2018-04-08 16:15:15 -0700 |
| commit | 55ad866e3953a3e707b5d1891ac58592498b1cb1 (patch) | |
| tree | 08d8f3ee2c7f7dd78b4667575e27df4dd2de9c3c /Makefile | |
| parent | [emacs] Large refactoring. (diff) | |
| download | emacs.d-55ad866e3953a3e707b5d1891ac58592498b1cb1.tar.gz | |
[tmux] Add tmux again.
But really not sure it will stick around.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,7 +7,8 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore + gitignore \ + tmux.conf INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) @@ -20,8 +21,8 @@ $(INTO)/.% : % $(HOME)/.ssh/authorized_keys: @curl https://github.com/fcuny.keys -o $(HOME)/.ssh/authorized_keys -$(HOME)/src: - @mkdir -p $(HOME)/src +$(HOME)/workspace/: + @mkdir -p $(HOME)/workspace/ .PHONY: git git: |
