legacy-dotfiles/emacs/.emacs.d/site-lisp/Makefile

6 lines
139 B
Makefile
Raw Normal View History

2014-08-21 00:23:56 +02:00
.PHONY: all
all: appt-init.elc jabber-init.elc org-init.elc gnus-init.elc
%.elc: %.el
emacs -Q -batch -eval "(byte-compile-file \"$<\")"