aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-01-09 13:59:39 +0100
committerlemon <lsof@mailbox.org>2026-01-09 13:59:39 +0100
commit0355a01d205983737d0fe1bcb1d542be6b12491e (patch)
tree9d71ad558389bf644061637ac1aa0adb51226729 /README.md
parent043e7b1075b398d71333d847ab3c3d3229745415 (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c3b552e..6d463c1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
`antcc` is a C compiler using its own custom backend. Currently still in a
experimental stage.
+Report bugs in the [issue tracker](https://codeberg.org/lsof/antcc/issues), or
+by sending me an email.
+
# Supported targets
- For now just x86-64 POSIX (Sys-V + ELF). Only tested on linux so far.
@@ -17,7 +20,6 @@ make opt #compile with optimizations
make dbg #compile with UBsan and Asan
```
-
# Usage
The driver is still incomplete but it mimics that of compilers like gcc.