commit | d49da2930edba5a1be15ff7af4b97c7878b8574c | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Oct 28 16:30:51 2019 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Mon Oct 28 16:30:51 2019 -0700 |
tree | 9c5ab143214782d6cb0d9944fa24af51485d2fce | |
parent | 6866b8c2166f86ed041aebf8a565827309b8ade5 [diff] |
Fixing build command Change-Id: Ic55cae2c7216c7f81171aad72d33efcb34170b9c
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.