summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 00:54:21 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 00:54:21 -0500
commitd2b6b441366cb56785a92694e19a084642c1c99e (patch)
treed8b4c542a31f6d0c7e534ec4a08837e3a0bb0652 /README.md
parent54c81c3b7f90a576135c46ded5328e6b34ad1deb (diff)
update makefiles to simplify supersets
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0a4ceec3..8dee5bb8 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,9 @@ ISO C support, you'll want one of the following targets:
* c94 - ISO/IEC 9899:1990/AMD1:1995, AKA C94, C95
* c99 - ISO/IEC 9899:1999, AKA C99
* c11 - ISO/IEC 9899:2011, AKA C11
-* c11+ext1 - ISO/IEC 9899:2011, AKA C11, with Extension 1
+* c11-ext1 - ISO/IEC 9899:2011, AKA C11, with Extension 1
* c18 - ISO/IEC 9899:2018, AKA C18
-* c18+ext1 - ISO/IEC 9899:2018, AKA C18, with Extension 1
+* c18-ext1 - ISO/IEC 9899:2018, AKA C18, with Extension 1
For basic POSIX support:
@@ -33,7 +33,7 @@ SUSv4 library, run:
make susv4
If you run `make` without any targets, it will default to the most recently
-selected target. The default target straight from git is `c18+ext1`.
+selected target. The default target straight from git is `c18-ext1`.
Code Organization
-----------------