DontBelieveMe / nx-build

A Javascript based project file generator
MIT License
5 stars 0 forks source link

Building project via nxbuild.js #8

Open DontBelieveMe opened 6 years ago

DontBelieveMe commented 6 years ago

We should be able to invoke the actual build tool (say Make or MSBuild or whatever) and build the project from nxbuild.

For example: If the target platform is a Makefile nxbuild.js --build will cd into the correct directory, call make and cd out again - correctly and cleaning reporting errors.

To start with (for simplicity) only support make.