GNU make

Make cheatsheets #

function in Makefile #

define func
    foo
    bar
enddef

target:
    $(call func)