How to build programs using the make command (Makefile Tutorial)

Описание к видео How to build programs using the make command (Makefile Tutorial)

make is a utility available in Linux and other UNIX-like systems for building programs from source files. make optimizes the build process by compiling only the source files which have changed since the last build. https://www.softprayog.in/tutorials/m...

0:00 Introduction
1:50 Example 1
4:05 Example 2
4:52 Phony Targets
5:43 Variables
6:42 Implicit Rules
7:34 Predefined Variables
10:19 Pattern Rules
11:25 Automatic Variables
13:04 Example 3

Комментарии

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