summaryrefslogtreecommitdiffstats
path: root/.emacs.d/site-lisp/Makefile
blob: c1976e2fcea9fff87441802819989734f66b3ac7 (plain)
1
2
3
4
5
.PHONY: all
all: jabber-init.elc org-init.elc gnus-init.elc

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