all repos — archive/dotfiles @ f3cb54923260b850cfc510d28c345d5c98937d8b

Superseded by nixfiles

Emacs: delete outdated Makefile
Alan Pearce alan@alanpearce.eu
Fri, 26 Jul 2019 18:19:50 +0200
commit

f3cb54923260b850cfc510d28c345d5c98937d8b

parent

4ee63a014303b207796d9a501db2e8687da08856

1 files changed, 0 insertions(+), 13 deletions(-)

jump to
D emacs/.emacs.d/Makefile
@@ -1,13 +0,0 @@-EMACS := ${NIX_LINK}/bin/emacs
-
-# The first target is the default.  `all` is typically defined here.
-all: init.elc
-
-# These targets don't pertain to files
-.PHONY: all clean
-
-init.elc: init.el
-	$(EMACS) --batch --no-init-file --funcall batch-byte-compile init.el
-
-clean:
-	rm init.elc