From 4347eff736db4da9f8841793d63d282e694de080 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:37:08 -0400 Subject: Split CLI into its own file --- src/tomo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tomo.c') diff --git a/src/tomo.c b/src/tomo.c index 5d932ef1..4c875b62 100644 --- a/src/tomo.c +++ b/src/tomo.c @@ -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" -- cgit v1.2.3