update readme

This commit is contained in:
Greg Gauthier 2026-03-27 20:13:19 +00:00
parent deb1ef87f9
commit 4defe4b6c8

View File

@ -5,7 +5,7 @@ Socket programming examples in strict C90 and modern Python3.
## Build & Run C90 Examples
```
make clean && make all
make clean && make all
```
Builds 9 binaries in `build/` (strict `-std=c90 -pedantic -Wall -Wextra -Werror`).