summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-03-29 19:08:00 +0200
committerbrotzeit <brotzeitmacher@gmail.com>2021-04-23 13:57:07 +0200
commit139a6580ed85d4ec1b29b23abeb474d33e78ea39 (patch)
tree89bcb0b965187f1a09f7b66b8db281ca815254f9 /Makefile
parent41642f0573d51120b4ca46113c63977a55d68b27 (diff)
downloadrust-mode-139a6580ed85d4ec1b29b23abeb474d33e78ea39.tar.gz
Create rust-rustfmt.el from existing code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 396b722..7ef02af 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ EMACS_ARGS ?=
ELS = rust-mode.el
ELS += rust-compile.el
+ELS += rust-rustfmt.el
ELCS = $(ELS:.el=.elc)
DEPS =