make gen
make examples
Generic targets:
all - Build all targets marked with [*]
* examples
Code generation targets:
gen - Generate Go code from various sources
Examples targets:
examples - Build all examples
Test targets:
test - Run all tests
Cleaning targets:
clean - Remove built executables
Execute "make" or "make all" to build all targets marked with [*]
For further info see the ./README.md file