commit | 0e9fabf1747ccd5570cc49b8a4f54dfd8f194994 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Sep 30 17:19:27 2020 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Sep 30 17:23:57 2020 -0700 |
tree | 535bc5c0e426e8f9b8359b5fcf62b0e55a07a0bd | |
parent | 935667096807362854a040e46d1e3a7baa2f3761 [diff] |
Fixing documentation Change-Id: I639080cfa8f3d0e6845f4779e7b5b4bd14775cb0
BBSim is managed via a Makefile
, plese run the following command to display all the available targets
make help
More advanced documentation lives in here.
You can generate and browse the documentation by executing:
make docs
This project structure is based on golang-standards/project-layout.