Files
open-cluster-management/vendor/github.com/openshift/build-machinery-go/make/operator.mk
2020-04-29 15:29:31 +08:00

12 lines
383 B
Makefile

self_dir := $(dir $(lastword $(MAKEFILE_LIST)))
# We need to be careful to expand all the paths before any include is done
# or self_dir could be modified for the next include by the included file.
# Also doing this at the end of the file allows us to use self_dir before it could be modified.
include $(addprefix $(self_dir), \
default.mk \
targets/openshift/operator/*.mk \
)