Skip to content

Correct make target in usage doc

Kristian Larsson requested to merge fix-doc-build into master

"build" is for building a specific image. We now have the build-all target for building all the images. The default (first) target is 'all' which now just depends on build-all, so rather than invoking an explicit target we just rely on the default target doing the needful.

Merge request reports