Special Variables in Makefile - Default Target and Automatic Variables
4 Jul 2018 Tools tipsmakefilewildcardTips about some special variables used in makefile:
automatic variables, $@, $<, $^;
wildcard placeholder % in targets and dependencies and $* in recipe;
and .DEFAULT_GOAL.
