aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorsandyiscool <sandyiscool@gmail.com>2023-06-15 23:06:06 +0530
committerGitHub <noreply@github.com>2023-06-15 20:36:06 +0300
commit37e257c48e350cf03c353c10d31e777f8d00123d (patch)
tree0554714d4b714ec9b5ab02054c587f04ed327ad9 /Makefile
parent64cc19b4fe3df03bc20e520aa111c30cff3a655e (diff)
make : clean *.so files (#1857)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a08d61..66509cc 100644
--- a/Makefile
+++ b/Makefile
@@ -259,7 +259,7 @@ libllama.so: llama.o ggml.o $(OBJS)
$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS)
clean:
- rm -vf *.o main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot build-info.h
+ rm -vf *.o *.so main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot build-info.h
#
# Examples