github.com/codeready-toolchain/api@v0.0.0-20240507023248-73662d6db2c5/make/out.mk (about)

     1  # Create output directory for artifacts and test results. `./build/_output` is supposed to
     2  # be a safe place for all targets to write to while knowing that all content
     3  # inside of `./build/_output` is wiped once "make clean" is run.
     4  OUT_DIR := ./build/_output
     5  $(shell mkdir -p $(OUT_DIR))