pulumi/cmd
Joe Duffy 8bbe89bd75 Makeify more; add a "full build" target (#193)
* Makeify more; add a "full build" target

This change uses make for more of our tree.  Namely, the AWS provider
and LumiJS compilers each now use make to build and/or install them.
Not only does this bring about some consistency to how we build and
test things, but also made it easy to add a full build target:

    $ make all

This target will build, test, and install the core Go tools, the LumiJS
compiler, and the AWS provider, in that order.

Each can be made in isolation, however, which ensures that the inner
loop for those is fast and so that, when it comes to finishing
pulumi/lumi#147, we can easily split them out and make from the top.
2017-06-02 14:26:34 -07:00
..
lumi Tidy up project loading for pack commands 2017-06-02 12:43:04 -07:00
lumidl Print output properties in the CLI 2017-06-01 08:37:56 -07:00
lumijs Makeify more; add a "full build" target (#193) 2017-06-02 14:26:34 -07:00
lumipy Preserve the lumi prefix on our CLI tools 2017-05-18 12:38:58 -07:00