wasmCloud/examples

add makefiles to build entire examples tree

Closed this issue · 0 comments

add top-level and intermediate Makefiles to build all projects in the examples repo - actors, interfaces, and providers.

The makefiles should support the following actions:

  • make all
  • make test
  • make clean
  • make lint
  • make validate
    (the latter two should find any smithy files in the tree and validate those)