luboslenco 4 месяцев назад
Родитель
Сommit
4abc4c9ed9
1 измененных файлов с 0 добавлено и 12 удалено
  1. 0 12
      base/tools/amake/readme.md

+ 0 - 12
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
 ```