From 47547ea6941e605198369de9a7f3a63847765e5d Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 4 Nov 2023 12:18:02 -0700 Subject: [PATCH] Fix byte-compilation order (#240) This fixes one compilation issue, for another, see https://github.com/radian-software/apheleia/pull/237#issuecomment-1793531728 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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