Symlinking over the Go vim plugin, too.

This commit is contained in:
Dan Buch 2012-11-11 08:11:21 -05:00
parent ec7163be28
commit 233e182917

View File

@ -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