Lx4U-book/docs/build-system/make.md

28 lines
359 B
Markdown
Raw Normal View History

{{ include('../packages/make/README.md') }}
2021-05-22 21:54:54 +08:00
## Настройка
```bash
{{ include('../packages/make/configure') }}
```
2021-05-22 21:54:54 +08:00
## Сборка
```bash
{{ include('../packages/make/build') }}
```
2021-05-22 21:54:54 +08:00
## Тестирование
```bash
{{ include('../packages/make/test') }}
```
2021-05-22 21:54:54 +08:00
## Установка
```bash
{{ include('../packages/make/install') }}
```
2021-05-22 21:54:54 +08:00