CONFIGURATION MANAGEMENT TIPS
GNU ToolChain
MakeFile
A simple makefile consists of “rules” with the following shape:
target ... : prerequisites ... command ... ...
A simple makefile consists of “rules” with the following shape:
target ... : prerequisites ... command ... ...