summaryrefslogtreecommitdiffstats
path: root/.emacs.d/site-lisp/Makefile
blob: 0925ac7590d762b87ee37cda2fdf0699754dbdfc (plain)
1
2
3
4
5
.PHONY: all
all: org-init.elc

%.elc: %.el
	emacs -Q -batch -eval "(byte-compile-file \"$<\")"