From 9e03890863fc1c1aca696e576d0a5b1daf1eed01 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 29 Mar 2021 19:04:00 +0200 Subject: 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. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 = -- cgit v1.3