Makefiles explained by Oleksandr Siryi

preview_player
Показать описание
Makefiles syntax explained
How targets and dependencies work
Typical C project building process and how make does it
An example with obscure compiler for z80 (hello 1982) architecture
Рекомендации по теме
Комментарии
Автор

make without an argument will run the first target, not the all target unless it is the first target.

erikp