all repos — archive/dotfiles @ ea6dafe072ff4f2c2d2483f2906780889e272811

Superseded by nixfiles

Add comments to Makefile
Alan Pearce alan@alanpearce.uk
Mon, 20 Mar 2017 14:18:32 +0100
commit

ea6dafe072ff4f2c2d2483f2906780889e272811

parent

061b7a0149c62f53a75f7f0e8ad63836acf4e334

1 files changed, 4 insertions(+), 1 deletions(-)

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