Skip to content

Commit

Permalink
makefile: make clean to remove dashboard temp (#7586)
Browse files Browse the repository at this point in the history
close #7585

Signed-off-by: husharp <jinhao.hu@pingcap.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
HuSharp and ti-chi-bot[bot] committed Dec 20, 2023
1 parent 48dbce1 commit 3b2e611
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 @@ -305,6 +305,7 @@ clean-test:
clean-build:
# Cleaning building files...
rm -rf .dashboard_download_cache/
rm -rf .dashboard_build_temp/
rm -rf $(BUILD_BIN_PATH)
rm -rf $(GO_TOOLS_BIN_PATH)

Expand Down

0 comments on commit 3b2e611

Please sign in to comment.