new-ryuslash.org/GNUmakefile
Tom Willemse 13a9b718b8 Remove Eldev dependency
Intead of using Eldev I'll use Guix to manage the dependencies of this project.
2023-07-27 01:08:24 -07:00

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