Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add help texts to Makefile targets: all Alias for `build` build Build runtime Docker image build.develop Build develop container image develop Run interactive shell inside developer container fmt Auto-format source code and report code-style violations (lint) help Print Makefile documentation run Run make target inside developer container (e.g. `make run fmt`) test Run tests --------- Signed-off-by: ddelange <[email protected]>
- Loading branch information