Skip to content

Commit

Permalink
clean vendor on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed May 30, 2019
1 parent 16af8b4 commit 079d22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ checksum:
clean:
rm -rf $(BUILD_DIR)
rm -f pkg/minikube/assets/assets.go
rm -rf ./vendor

.PHONY: gendocs
gendocs: out/docs/minikube.md
Expand Down

0 comments on commit 079d22c

Please sign in to comment.