The GNU 'make' cheat sheeet
Lines that start with...
-
errors are ignored@
printing the command is suppressed (useful for "echo")
Variables
$@
the current target$(*)
the current '%' expansion$(MAKE)
call the 'make' binary (for subsequent Makefiles)
