mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	make : clean *.so files (#1857)
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -259,7 +259,7 @@ libllama.so: llama.o ggml.o $(OBJS) | |||||||
| 	$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS) | 	$(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS) | ||||||
|  |  | ||||||
| clean: | 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 | # Examples | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 sandyiscool
					sandyiscool