summaryrefslogtreecommitdiffstats
path: root/emacs/Makefile
blob: db6203e84b7a18aa123e6246490a6b5df5838ac7 (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
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 \"$^\"))"