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

6 lines
147 B
Makefile
Raw Normal View History

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