Make

make is a build system.

Makefile expects some syntax . there should be space for the command executions default variables VAR?=Value1 Override from top make VAR=valu2 export VAR=value2 different types of target all .phony ?

Last updated