Previous Next
Building targets recursively

SNiFF+'s Make Support supports the use of recursive Make rules. Let's use the first illustration from the previous section to show how SNiFF+ handles a recursive Make:

Click for full size, then use Back button

To recursively build a project's target, choose the Make all command in the Target menu of the Project Editor. SNiFF+ then opens a Shell tool and executes make all on the command line. The targets of three projects are then built according to the steps in the above illustration.

Previous Next