<<
9/15
>>
First
Last
Functions
GNU make has some built in functions.
$(info Hello, world!)
$(wildcard *.c)
$(shell gcc --version)
$(eval A:=B)
$(call user_defined_func)