document/linux/make.md
2024-05-31 17:55:08 +08:00

9 lines
74 B
Markdown

## make
```sh
sudo apt update
sudo apt install make
make --version
```