Ensure make clean removes all shared library files
This commit is contained in:
parent
607d217caa
commit
e169a960f6
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -37,7 +37,9 @@ clean:
|
|||
- cd vendor/llama.cpp && make clean
|
||||
- cd vendor/llama.cpp && rm libllama.so
|
||||
- rm -rf _skbuild
|
||||
- rm llama_cpp/libllama.so
|
||||
- rm llama_cpp/*.so
|
||||
- rm llama_cpp/*.dylib
|
||||
- rm llama_cpp/*.dll
|
||||
|
||||
.PHONY: \
|
||||
update \
|
||||
|
|
Loading…
Reference in a new issue