Skip to content

Commit e169a96

Browse files
committed
Ensure make clean removes all shared library files
1 parent 607d217 commit e169a96

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ clean:
3737
- cd vendor/llama.cpp && make clean
3838
- cd vendor/llama.cpp && rm libllama.so
3939
- rm -rf _skbuild
40-
- rm llama_cpp/libllama.so
40+
- rm llama_cpp/*.so
41+
- rm llama_cpp/*.dylib
42+
- rm llama_cpp/*.dll
4143

4244
.PHONY: \
4345
update \

0 commit comments

Comments
 (0)