summaryrefslogtreecommitdiff
path: root/Makefile
blob: bc181533cb6ccab6367f0884039bda2a7b380039 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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