Commit: a8d25a1ac88d33b968e31229c0e0dbc350c0eb2f Parent: 9ebb77f907d30a3516e643a07b64d8c822bb85d2 Author: Randy Palamar Date: Tue, 23 Jun 2026 14:00:05 -0600 README: remove unsupported cl command Diffstat:
| M | README.md | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -14,10 +14,6 @@ needed: ```sh cc -march=native -O3 build.c -o build ``` -or: -```bat -md out & cl -nologo -std:c11 -O2 -Fo:out\ build.c -``` Then run the build tool: ```sh