diff options
Diffstat (limited to 'tnslc/src/compile/compile.tnsl')
-rw-r--r-- | tnslc/src/compile/compile.tnsl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tnslc/src/compile/compile.tnsl b/tnslc/src/compile/compile.tnsl index 0fef36c..263dc59 100644 --- a/tnslc/src/compile/compile.tnsl +++ b/tnslc/src/compile/compile.tnsl @@ -14,9 +14,8 @@ EXPRESS OR IMPLIED #/ -/; export module compile - /: include - "arch" - "format" - :/ +/; module compile + :include "compile/arch/arch.tnsl" + :include "compile/format/format.tnsl" + ;/ |