Add comments to Makefile
Alan Pearce alan@alanpearce.uk
Mon, 20 Mar 2017 14:18:32 +0100
1 files changed, 4 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/Makefile → emacs/.emacs.d/Makefile
@@ -6,8 +6,11 @@ (require 'ob-tangle)\ (org-babel-tangle nil \"init.el\")) endef +# The first target is the default. `all` is typically defined here. all: init.elc -.PHONY: all + +# These targets don't pertain to files +.PHONY: all clean init.el: @emacs --batch --no-init-file --eval "$(EMACS_TANGLE)" --kill