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