diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..e1a30ea --- /dev/null +++ b/Readme.md @@ -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 + ```