summaryrefslogtreecommitdiffstats
path: root/.emacs.d/Makefile
blob: 17db7880a8b4c5eec9332244b8b27ada2cfddc11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.PHONY: all site-lisp
all: init.elc site-lisp/

%.elc: %.el
	emacs -Q -batch -eval "(byte-compile-file \"$<\")"

%/: %
	$(MAKE) -C "$(CURDIR)/$*"

rudel:
	git clone git://github.com/scymtym/rudel.git packages/rudel
	emacs -Q --batch --visit packages/rudel/rudel-compile.el \
		--eval "(eval-buffel)"