summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2019-07-26 18:19:50 +0200
committerAlan Pearce2019-07-26 18:19:50 +0200
commitf3cb54923260b850cfc510d28c345d5c98937d8b (patch)
tree3b3c922b77a1c3481ffddddce8db112800078e8c /emacs
parent4ee63a014303b207796d9a501db2e8687da08856 (diff)
downloadnixfiles-f3cb54923260b850cfc510d28c345d5c98937d8b.tar.lz
nixfiles-f3cb54923260b850cfc510d28c345d5c98937d8b.tar.zst
nixfiles-f3cb54923260b850cfc510d28c345d5c98937d8b.zip
Emacs: delete outdated Makefile
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile
deleted file mode 100644
index 71415d56..00000000
--- a/emacs/.emacs.d/Makefile
+++ /dev/null
@@ -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