mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 09:01:42 -05:00
Fix byte-compilation order (#240)
This fixes one compilation issue, for another, see https://github.com/radian-software/apheleia/pull/237#issuecomment-1793531728
This commit is contained in:
parent
392028d823
commit
47547ea694
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue