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

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