summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-03-29 19:04:00 +0200
committerbrotzeit <brotzeitmacher@gmail.com>2021-04-23 13:57:07 +0200
commit9e03890863fc1c1aca696e576d0a5b1daf1eed01 (patch)
tree4b99dba5b4be30d64fcc82bafd8f1b0674c920ca /Makefile
parent5585cf95590a3950262c4b3ca9390980de713b3a (diff)
downloadrust-mode-9e03890863fc1c1aca696e576d0a5b1daf1eed01.tar.gz
Create rust-compile.el from existing code
For the time being `require' the new library from "rust-mode.el". In the mid-term we should stop doing that, so that users can load it if and only if they want to do so.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4460970..396b722 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ EMACS ?= emacs
EMACS_ARGS ?=
ELS = rust-mode.el
+ELS += rust-compile.el
ELCS = $(ELS:.el=.elc)
DEPS =