diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-11-04 12:18:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-04 12:18:02 -0700 |
| commit | 47547ea6941e605198369de9a7f3a63847765e5d (patch) | |
| tree | 4f65b591bacde9d2a6475793fad61791f923f41f | |
| parent | 392028d823cfe8804a3d97f9bc2a4c4b283e6c74 (diff) | |
Fix byte-compilation order (#240)
This fixes one compilation issue, for another, see
https://github.com/radian-software/apheleia/pull/237#issuecomment-1793531728
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,8 +9,9 @@ TAG ?= latest # The order is important for compilation. for_compile := \ - apheleia-formatters.el \ + apheleia-formatter-context.el \ apheleia-log.el \ + apheleia-formatters.el \ apheleia-rcs.el \ apheleia-utils.el \ apheleia.el |
