aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a88084b..04b4807 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
1dotfiles := $(shell pwd) 1dotfiles := $(shell pwd)
2.PHONY: all 2.PHONY: all vim
3 3
4all: 4all: vim
5 @echo "manage my dotfiles" 5
6vim:
7 @cd ${HOME} && ln -s ${dotfiles}/vim .vim