.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 \"$<\")"