Together provides the possibility to generate makefile for your projects. This feature is specially precious for large-scale projects. Having once created a Together project and generated a makefile for it, you can further install this project anywhere, independently from Together.
Makefile contains all necessary command line commands and parameters, required for the independent run of your project. You can generate makefile on various levels: for a project, a package, or even a class. Default Makefile destination is specified in the Options | Tools page, and you can specify any other location on the default or project level.

To generate a makefile select Tools | Generate Makefile from the Main menu. For large projects the process can be rather time-consuming. Finally, a messages shows up to inform you that the makefile was successfully generated.
Resulting makefile is editable, and you can add and modify commans and parameters at your discretion.