commit | 787278a4dab1c71317c8d29b6b45acf395d91f4f | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Wed Nov 30 09:30:22 2022 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Wed Nov 30 09:30:38 2022 -0500 |
tree | 81584eefee53a6c53f887164bf004233fa30ea92 | |
parent | 45b1ded4f53c51e61f8b276d27a53ae78c4a090c [diff] |
VOL-4883 - Un-hide release-* targets Makefile -------- o Syntax error reported by a github-release job. o Unhide target commands (remove leading '@') to check for embedded quotes. o Moved the fix-editor-colorization-quote comment onto a separate line in case that was not ignored. Change-Id: I7f261359d6b5b4ee10ac99dc6918acce50cb1faf
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.