[skip ci]fix make clean error (#7584)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
pull/7591/head
Xiaofan 2021-09-08 16:32:00 +08:00 committed by GitHub
parent e751ee29a5
commit 104843e283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ clean:
@find . -name '*~' | xargs rm -fv
@rm -rf bin/
@rm -rf lib/
@rm $(GOPATH)/bin/milvus
@rm -rf $(GOPATH)/bin/milvus
milvus-tools:
@echo "Building tools ..."