split make files in myos project and install files in yaip project
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CMDARGS += terraform
|
||||
|
||||
define terraform
|
||||
$(RUN) $(call run,terraform $(1),hashicorp/)
|
||||
endef
|
||||
@@ -0,0 +1,4 @@
|
||||
.PHONY: terraform
|
||||
terraform:
|
||||
$(call terraform,$(ARGS))
|
||||
|
||||
Reference in New Issue
Block a user