summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2021-03-29 19:09:00 +0200
committerbrotzeit <brotzeitmacher@gmail.com>2021-04-23 13:57:07 +0200
commitd54842519e512b9197e0e8b9421c0771307e33b9 (patch)
treea001800aa5c67f10c150363e414edf5987485025 /Makefile
parent139a6580ed85d4ec1b29b23abeb474d33e78ea39 (diff)
downloadrust-mode-d54842519e512b9197e0e8b9421c0771307e33b9.tar.gz
Create rust-playpen.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 7ef02af..ded2945 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ EMACS_ARGS ?=
ELS = rust-mode.el
ELS += rust-compile.el
+ELS += rust-playpen.el
ELS += rust-rustfmt.el
ELCS = $(ELS:.el=.elc)