fix makefile (#5236)

just remove standalone and milvus from $GOPATH/bin,
not every thing, on command of make clean

Signed-off-by: yefu.chen <yefu.chen@zilliz.com>
pull/5237/head
neza2017 2021-05-15 10:02:48 +08:00 committed by GitHub
parent d17ed98fff
commit a124568664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -176,4 +176,5 @@ clean:
@find . -name '*~' | xargs rm -fv
@rm -rf bin/
@rm -rf lib/
@rm -rf $(GOPATH)/bin/*
@rm $(GOPATH)/bin/standalone
@rm $(GOPATH)/bin/milvus