XDG_CONFIG=$(HOME)/.config/ LN = @ln -sf .PHONY: emacs emacs: $(LN) $(PWD)/emacs $(XDG_CONFIG) .PHONY: setup setup: @git config --local user.email "franck@fcuny.net" @git config --local user.name "Franck Cuny" all: setup emacs