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

     1  # It's necessary to set this because some environments don't link sh -> bash.
     2  SHELL := /bin/bash
     3  
     4  .DEFAULT_GOAL := help
     5  
     6  # let's keep this Makefile as minimal as possible, and put all goals in dedicated ./make/*.mk files
     7  include ./make/*.mk