Добавил Readme.md файл

This commit is contained in:
AZEN-SGG 2024-12-15 13:59:30 +03:00
parent 6dd8c10881
commit 5a6972e698

15
Readme.md Normal file
View 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
```