diff options
| author | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-08-26 09:05:29 -0700 |
|---|---|---|
| committer | Radon Rosborough <radon@intuitiveexplanations.com> | 2023-08-26 09:05:29 -0700 |
| commit | 5b287a94268ae9b63856c11bd9525e2cb29e7184 (patch) | |
| tree | 9564d2d88d3ca0c5e6c6de00a210826b30cf19ec /Makefile | |
| parent | 706d6bd347b6d25a54148666ea4d33f16b3915c6 (diff) | |
Fix compilation order
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
