Skip to content

Commit

Permalink
fix as you go
Browse files Browse the repository at this point in the history
  • Loading branch information
jprendes committed Jun 12, 2023
1 parent 8c9da17 commit 537a1fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ test/k8s: test/k8s/cluster
kubectl --context=kind-$(KIND_CLUSTER_NAME) wait deployment wasi-demo --for condition=Available=True --timeout=90s

.PHONY: test/k8s/clean
test/k8s/clean:
kind delete cluster --name $(KIND_CLUSTER_NAME)
test/k8s/clean: bin/kind
bin/kind delete cluster --name $(KIND_CLUSTER_NAME)

.PHONY: bin/wasmedge
bin/wasmedge:
Expand Down

0 comments on commit 537a1fe

Please sign in to comment.