Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the make variables "CONFIG_DIR" and "CONFIG_NAME" are not specified, values in the file "MakeMakefile" are used.  target "all" performs make target "config" and "build" sequentially.
The make target "all" performs make target "config" and "build" sequentially.
The make target "config" configures the project with the configuration specified by the variable "CONFIG_NAME".
The make target "build" builds the project. If the build is completed normally, the result is created in the output directory "output/<config name>".
A list of available configuration names can be found in the "app" directory in the project or in the library.

...