Makefile Advanced Guide
Makefile Advanced Guide
Hurray, finally! This patch brings Makefile features that are not necessary for you to know, but will definitely make your life easier and your projects and Makefiles way more structured!
What changed:
- Released the Advanced Guide containing sections about:
- ❔ Conditional directives (
ifeq
,ifneq
,ifdef
andifndef
) - 🚩 A new compiler flag,
-MMD
- 📝 Declaring variables through the command-line
- 🔥 Makefile functions
- 📁 The vpath directive
- Added a new Good-To-Know Errors section
- Added a new
-I
flag to the flags section