5 lines
147 B
Makefile
5 lines
147 B
Makefile
.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 \"$<\")"
|