mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-03 09:22:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			206 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			206 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
.PHONY: build
 | 
						|
 | 
						|
build:
 | 
						|
	xcodebuild -scheme batched_swift -destination "generic/platform=macOS" -derivedDataPath build
 | 
						|
	rm -f ./batched_swift
 | 
						|
	ln -s ./build/Build/Products/Debug/batched_swift ./batched_swift
 |