From 233e182917b435b258b5c57d2a257b29a782ee08 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 11 Nov 2012 08:11:21 -0500 Subject: [PATCH] Symlinking over the Go vim plugin, too. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index acc5a5b..aab7845 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,11 @@ $(HOME)/.%: % fi) -all: $(TARGETS) +all: $(TARGETS) $(HOME)/.janus/go + + +$(HOME)/.janus/go: + test -n "$$GOROOT" && ln -sv $$GOROOT/misc/vim ~/.janus/go .PHONY: all