Make commands you can execute in SNiFF+
When using your own makefiles, you can execute the following Make commands from SNiFF+'s Target menu:
- Recursively Make default target
(The default target of the project is built using the recursive Make rules defined in your
makefile.)
- Make default target
(The default target of the project is built using the Make rules defined in your makefile.)
- Run target
- Debug target