commit | ca08fc7b8da160828e97da042b6abc9517a6e06b | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Wed Dec 04 14:17:39 2019 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Dec 06 07:07:45 2019 -0800 |
tree | 89d559a3f4bfd298ee5a63ab394afe2d06542292 | |
parent | 3ddb24553631b56816e847a38f3daa49241e538a [diff] |
[VOL-2252] Using omci-sim v0.0.1 Adding Makefile support to load a development version of the omci-sim library Change-Id: I341f626adaec35e697eb24470594942463d8f9a8
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.