aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-03-17 20:17:37 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-03-17 20:17:37 -0400
commit7f525588cb1e5f1b56e79e4c0407b909b4b5ff52 (patch)
tree027af07c3fb1a39d9d9f2f6314332a8d4f7ec8f7 /README.md
parent4c2d3c68df922ad45c9a0371bafabaa2504fe070 (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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e7983564..730613dc 100644
--- a/README.md
+++ b/README.md
@@ -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