mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
Fix compilation order
This commit is contained in:
parent
706d6bd347
commit
5b287a9426
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue