Skip to content

Commit 37e257c

Browse files
authored
make : clean *.so files (#1857)
1 parent 64cc19b commit 37e257c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ libllama.so: llama.o ggml.o $(OBJS)
259259
$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS)
260260

261261
clean:
262-
rm -vf *.o main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot build-info.h
262+
rm -vf *.o *.so main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot build-info.h
263263

264264
#
265265
# Examples

0 commit comments

Comments
 (0)