aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2023-08-26 09:05:29 -0700
committerRadon Rosborough <radon@intuitiveexplanations.com>2023-08-26 09:05:29 -0700
commit5b287a94268ae9b63856c11bd9525e2cb29e7184 (patch)
tree9564d2d88d3ca0c5e6c6de00a210826b30cf19ec
parent706d6bd347b6d25a54148666ea4d33f16b3915c6 (diff)
Fix compilation order
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d30f07..b48264c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ EMACS ?= emacs
TAG ?= latest
# The order is important for compilation.
-for_compile := *.el
+for_compile := apheleia-utils.el apheleia.el apheleia-core.el
for_checkdoc := *.el
for_checkindent := *.el