all repos — nixfiles @ ea6dafe072ff4f2c2d2483f2906780889e272811

System and user configuration, managed by nix and home-manager

Add comments to Makefile

Alan Pearce
commit

ea6dafe072ff4f2c2d2483f2906780889e272811

parent

061b7a0149c62f53a75f7f0e8ad63836acf4e334

1 file changed, 4 insertions(+), 1 deletion(-)

jump to
M emacs/.emacs.d/Makefileemacs/.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