diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 20:17:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 20:17:37 -0400 |
| commit | 7f525588cb1e5f1b56e79e4c0407b909b4b5ff52 (patch) | |
| tree | 027af07c3fb1a39d9d9f2f6314332a8d4f7ec8f7 /README.md | |
| parent | 4c2d3c68df922ad45c9a0371bafabaa2504fe070 (diff) | |
Move to using a .build/ folder for generated files instead of foo.tm.c
in the same folder
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -121,13 +121,13 @@ Compile a Tomo file into an object file: ```bash tomo -c foo.tm -# Output: foo.tm.o +# Output: .build/foo.tm.o ``` Transpile a Tomo file into a C header and source file: ```bash tomo -t foo.tm -# Outputs: foo.tm.h foo.tm.c +# Outputs: .build/foo.tm.h .build/foo.tm.c ``` ## Installing |
