summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 7674106cbe8093e0b3db63281139f71fc4b857a3 (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 --quiet

clean:
	rm -rf elpa/*