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

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