makefile call another target code example
Example: makefile call another target
target: dependency1 dependency2 ... dependencyN
command1
command2
...
command3
target: dependency1 dependency2 ... dependencyN
command1
command2
...
command3