all repos — nixfiles @ f3cb54923260b850cfc510d28c345d5c98937d8b

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

Emacs: delete outdated Makefile

Alan Pearce
commit

f3cb54923260b850cfc510d28c345d5c98937d8b

parent

4ee63a014303b207796d9a501db2e8687da08856

1 file 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