diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-03-29 19:09:00 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-04-23 13:57:07 +0200 |
| commit | d54842519e512b9197e0e8b9421c0771307e33b9 (patch) | |
| tree | a001800aa5c67f10c150363e414edf5987485025 /Makefile | |
| parent | 139a6580ed85d4ec1b29b23abeb474d33e78ea39 (diff) | |
| download | rust-mode-d54842519e512b9197e0e8b9421c0771307e33b9.tar.gz | |
Create rust-playpen.el from existing code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
