summaryrefslogtreecommitdiffstats
path: root/emacs/Makefile
blob: fc17095882d8e2190b4d72ef1ab51b388075f4af (plain)
1
2
3
4
5
6
7
8
9
10
11
DESTDIR:=$(DESTDIR)/.emacs.d
objects=init.elc init.el gnus.elc gnus.el init2.elc init2.el
modules=eshell site-lisp snippets

EMACS=emacs

include ../dotfiles.mk

init2.el: init.org
	$(EMACS) -Q -batch \
	-eval "(progn (require 'org) (require 'ob-tangle) (org-babel-tangle-file \"$^\"))"