]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
make : clean *.so files (#1857)
authorsandyiscool <redacted>
Thu, 15 Jun 2023 17:36:06 +0000 (23:06 +0530)
committerGitHub <redacted>
Thu, 15 Jun 2023 17:36:06 +0000 (20:36 +0300)
Makefile

index 9a08d610b220728a6ff390d490967e4562a21383..66509cc337fded3b8898172cdbae0172a3c5a517 100644 (file)
--- 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