9 lines
101 B
Makefile
9 lines
101 B
Makefile
##
|
|
# INFRA
|
|
|
|
.PHONY: infra-%
|
|
infra-%: ;
|
|
ifneq ($(wildcard $(INFRA)),)
|
|
$(call make,$*,$(INFRA))
|
|
endif
|