diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:37:08 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 17:37:08 -0400 |
| commit | 4347eff736db4da9f8841793d63d282e694de080 (patch) | |
| tree | 47dae97a3454d2481817af02dd0b04442c0ff03d /src/tomo.c | |
| parent | e3e7c60dd75ef0f06a25ddde2685868062302eeb (diff) | |
Split CLI into its own file
Diffstat (limited to 'src/tomo.c')
| -rw-r--r-- | src/tomo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ #include "ast.h" #include "changes.md.h" #include "compile.h" +#include "compile/cli.h" #include "compile/files.h" #include "config.h" #include "modules.h" |
