aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-01-01 12:00:33 +0100
committerlemon <lsof@mailbox.org>2026-01-01 12:01:45 +0100
commit93194ef8447718ae78b345ce0a920bb5e6fdc090 (patch)
tree34551543dffff4b53e66ffb94839cddc70810568 /README.md
parentd7203ea5f46fef1b41ba3b32c0b9313df3b3740c (diff)
Use a configure script, query system toolchain for default include paths
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 895dd15..c3b552e 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ experimental stage.
# Building
```
+./configure
+
make # outputs ./antcc executable
# or
make opt #compile with optimizations