dotfiles := $(shell pwd) .PHONY: all vim all: vim vim: @cd ${HOME} && ln -s ${dotfiles}/vim .vim