aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2023-11-04 12:18:02 -0700
committerGitHub <noreply@github.com>2023-11-04 12:18:02 -0700
commit47547ea6941e605198369de9a7f3a63847765e5d (patch)
tree4f65b591bacde9d2a6475793fad61791f923f41f
parent392028d823cfe8804a3d97f9bc2a4c4b283e6c74 (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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5d360e..1eee35c 100644
--- a/Makefile
+++ b/Makefile
@@ -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