diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | dotfiles := $(shell pwd) | 1 | dotfiles := $(shell pwd) |
| 2 | .PHONY: all | 2 | .PHONY: all vim |
| 3 | 3 | ||
| 4 | all: | 4 | all: vim |
| 5 | @echo "manage my dotfiles" | 5 | |
| 6 | vim: | ||
| 7 | @cd ${HOME} && ln -s ${dotfiles}/vim .vim | ||
