aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Wölfert <s.woelfert@gmail.com>2026-05-28 10:29:27 +0000
committerStefan Wölfert <s.woelfert@gmail.com>2026-05-28 10:29:27 +0000
commitbeff9573d5894bdd1f95edc24f3f42cd06dc4dda (patch)
treebf5f0ef74b64d6b71e5d44d20fea77c4573574dd /Makefile
parent00adac3ce8385c3e7ede47c07e929023335b547d (diff)
Provide VIM configurationHEADmain
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