legacy-dotfiles/emacs/Makefile

13 lines
271 B
Makefile
Raw Normal View History

SUBDIR=.emacs.d
objects=init.elc init.el gnus.elc gnus.el
2012-12-04 22:05:24 +01:00
modules=eshell site-lisp snippets
EMACS=emacs
2012-12-05 00:13:28 +01:00
include ../dotfiles.mk
2013-04-23 00:27:45 +02:00
init.el: init.org
$(EMACS) -Q -batch \
-eval "(progn (require 'org) (require 'ob-tangle) \
(org-babel-tangle-file \"$^\"))"