summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ef1108abe3d4b65278475a4598e79258f908e49a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CURDIR ?= $(.CURDIR)

LN_FLAGS = -sfn

all: install

install:
	ln $(LN_FLAGS) $(CURDIR) ~/.emacs.d

update:
	git pull --rebase

clean:
	rm -rf elpa/*