Tom Willemse
13a9b718b8
Intead of using Eldev I'll use Guix to manage the dependencies of this project.
7 lines
194 B
Makefile
7 lines
194 B
Makefile
build.mk: literate-build.org
|
|
HOME=".emacs-local" emacs -quick -batch \
|
|
-eval "(package-initialize)" \
|
|
-load ob-tangle \
|
|
-eval "(org-babel-tangle-file \"$<\"))"
|
|
|
|
include build.mk
|