Explicitly naming a project

You can optionally use the OUNCE_PROJ_NAME environment variable to explicitly specify a name for a newly created project. Define OUNCE_PROJ_NAME=value environment variable as with any other environment variable.

If not set, the name is generated by the existing project naming convention.

For example, to specify the project name as MyMakeProject from the command line:

$(MAKE) $(MAKE_ARGS) all OUNCE_PROJ_NAME=MyMakeProject