From 4abc4c9ed9499c9a80a4e87d8a25bc5730e084ac Mon Sep 17 00:00:00 2001 From: luboslenco Date: Wed, 7 May 2025 15:13:16 +0200 Subject: [PATCH] Cleanup --- base/tools/amake/readme.md | 12 ------------ 1 file changed, 12 deletions(-) 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 ```