Добавил Readme.md файл
This commit is contained in:
parent
6dd8c10881
commit
5a6972e698
1 changed files with 15 additions and 0 deletions
15
Readme.md
Normal file
15
Readme.md
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
### Редакция makefile для Linux
|
||||||
|
|
||||||
|
1. Сделайте `makefile.sh` исполняемым:
|
||||||
|
```bash
|
||||||
|
chmod +x makefile.sh
|
||||||
|
```
|
||||||
|
2. Запустите из корня проекта:
|
||||||
|
```bash
|
||||||
|
./makefile.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Убедитесь, что замены произошли, проверив любой Makefile:
|
||||||
|
```bash
|
||||||
|
cat Sorting/7Ex/makefile
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue