Some suggest of Makefile support functions:
+ User can setting where the make command located at, if there is no path
set then try to calling global "make" command.
+ A "main makefile" can be added with project properties just like "main
script".
+ When starting "run project" action, a check box can let user to choose
should re-make the project or not.
+ Make command can be pass arguments like "-C path/to/makefile", "build-
xxx", etc.
|