Make Fundamentals 😎

Описание к видео Make Fundamentals 😎

Make is a general-purpose build system conceived of in 1976.
You'd normally use Make over something like a shell script because of its incremental compile abilities. For example, if you have 15 files and you change on of them, you'd want to only compile the files impacted by that change, not all 15 every time.

Examples used: https://github.com/maniyar1/Make-tut

Resources:
GNU Make Manual: https://www.gnu.org/software/make/man...
Practical Makefiles by example: http://nuclear.mutantstargoat.com/art...

Timestamps:
0:00 - Introduction to Make(files)
1:20 - Example Introduction
1:48 - Creating a TeX file
3:07 - Make implicit variables
4:45 - Variables (Recursive)
7:30 - Variables (Simply Expanded)
8:35 - PDF Output
10:10 - Clean recipe
11:00 - Other notes

Комментарии

Информация по комментариям в разработке