import files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
##
|
||||
# INFRA
|
||||
|
||||
.PHONY: infra-%
|
||||
infra-%: ;
|
||||
ifneq ($(wildcard $(INFRA)),)
|
||||
$(call make,$*,$(INFRA))
|
||||
endif
|
||||
Reference in New Issue
Block a user