diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2021-03-29 19:08:00 +0200 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-04-23 13:57:07 +0200 |
| commit | 139a6580ed85d4ec1b29b23abeb474d33e78ea39 (patch) | |
| tree | 89bcb0b965187f1a09f7b66b8db281ca815254f9 /Makefile | |
| parent | 41642f0573d51120b4ca46113c63977a55d68b27 (diff) | |
| download | rust-mode-139a6580ed85d4ec1b29b23abeb474d33e78ea39.tar.gz | |
Create rust-rustfmt.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-rustfmt.el ELCS = $(ELS:.el=.elc) DEPS = |
