Skip to content

Commit

Permalink
build: Remove unnecessary prerequisite "clean" on kind-clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
TwiN committed Jul 18, 2022
1 parent 6cce652 commit b877c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ test:
kind-create-cluster:
kind create cluster --name k8s-ttl-controller

kind-clean: clean
kind-clean:
kind delete cluster --name k8s-ttl-controller

0 comments on commit b877c5c

Please sign in to comment.