diff --git a/base/tools/amake/readme.md b/base/tools/amake/readme.md index 6ff3ebc9..906ca4f6 100644 --- a/base/tools/amake/readme.md +++ b/base/tools/amake/readme.md @@ -2,18 +2,6 @@ Iron build tool. -**Windows (x64)** -```bash -../../make --compile --alangjs -``` - -**Linux (x64)** -```bash -../../make --compile --alangjs --ccompiler gcc --cppcompiler g++ -# (gcc has lto enabled) -``` - -**macOS (arm64)** ```bash ../../make --compile --alangjs ```