Skip to content

Commit a799b52

Browse files
committed
Add clean make target
1 parent 270cede commit a799b52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

GNUmakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,6 @@ TERRAFORM_VERSION = v1.1.4
108108
tool-terraform:
109109
@# See https://github.com/hashicorp/terraform/issues/30356
110110
@[ -f $(GOBIN)/terraform ] || { mkdir -p tmp; cd tmp; rm -rf terraform; git clone --branch $(TERRAFORM_VERSION) --depth 1 https://github.com/hashicorp/terraform.git; cd terraform; GOBIN=$(GOBIN) go install; cd ..; rm -rf terraform; }
111+
112+
clean: testacc-down
113+
@rm -rf certs/

0 commit comments

Comments
 (0)