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

EMACS=emacs

include ../dotfiles.mk

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