new-ryuslash.org/GNUmakefile
Tom Willemse 0875226500 Disable VC while building
I don't actually need to run git for every file that is opened, and when I run
with ‘guix shell --pure’ it throws errors.
2023-07-27 01:09:21 -07:00

7 lines
204 B
Makefile

build.mk: literate-build.org
HOME=".emacs-local" emacs -quick -batch \
-eval "(setq vc-handled-backends nil)" \
-load ob-tangle \
-eval "(org-babel-tangle-file \"$<\"))"
include build.mk