Fix make clean (#17164)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
jaime 2022-05-26 22:58:03 +08:00 committed by GitHub
parent 3a63d6c98e
commit 6110e3a06d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,6 +237,9 @@ clean:
@rm -rf cmake_build
@rm -rf cwrapper_rocksdb_build
@rm -rf cwrapper_build
@rm -rf internal/storage/cwrapper/output
@rm -rf internal/core/output
@rm -rf internal/kv/rocksdb/cwrapper/output
milvus-tools: print-build-info
@echo "Building tools ..."