diff options
author | Alan Pearce | 2019-07-26 18:19:50 +0200 |
---|---|---|
committer | Alan Pearce | 2019-07-26 18:19:50 +0200 |
commit | f3cb54923260b850cfc510d28c345d5c98937d8b (patch) | |
tree | 3b3c922b77a1c3481ffddddce8db112800078e8c | |
parent | 4ee63a014303b207796d9a501db2e8687da08856 (diff) | |
download | dotfiles-f3cb54923260b850cfc510d28c345d5c98937d8b.tar.lz dotfiles-f3cb54923260b850cfc510d28c345d5c98937d8b.tar.zst dotfiles-f3cb54923260b850cfc510d28c345d5c98937d8b.zip |
Emacs: delete outdated Makefile
-rw-r--r-- | emacs/.emacs.d/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile deleted file mode 100644 index 71415d5..0000000 --- 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 |