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

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