Skip to content

Commit

Permalink
Update makefile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamshapira committed May 26, 2019
1 parent e91a940 commit c5e4fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/makefile.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Overview

In order to build an MTA archive from a project's source code you should have `GNU Make 4.2.1` installed in your build environment. Then you can use the tool's `mbt init` command that generates the `Makefile.mta` base on the project's MTA development desriptor `mta.yaml` file. The `Makefile.mta` file is used by the `make` command and provides the verbose build manifest, which can be changed according to the project needs. It is responsible for: <ul><li>Building each of the modules in the MTAproject.<li>Invoking the MBT commands in the right order.<li>Archiving the MTA project.
In order to build an MTA archive from a project's source code you should have `GNU Make 4.2.1` installed in your build environment. Then you can use the tool's `mbt init` command that generates the `Makefile.mta` base on the project's MTA development desriptor `mta.yaml` file. The `Makefile.mta` file is used by the `make` command and provides the verbose build manifest, which can be changed according to the project needs. It is responsible for: <ul><li>Building each of the modules in the MTA project.<li>Invoking the MBT commands in the right order.<li>Archiving the MTA project.
<br>

For more details about the commands, see the [Usage](usage.md) section.
Expand Down

0 comments on commit c5e4fe0

Please sign in to comment.