Skip to content

Commit

Permalink
Merge pull request #4382 from medyagh/cleanvendor
Browse files Browse the repository at this point in the history
clean vendor on make clean
  • Loading branch information
tstromberg committed May 30, 2019
2 parents 94e9c00 + 079d22c commit eff89d3
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 eff89d3

Please sign in to comment.