mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-01-12 19:50:17 +00:00
7 lines
230 B
Makefile
Executable File
7 lines
230 B
Makefile
Executable File
.PHONY: build
|
|
|
|
build:
|
|
xcodebuild -scheme llama-batched-swift -destination "generic/platform=macOS" -derivedDataPath build
|
|
rm -f ./llama-batched-swift
|
|
ln -s ./build/Build/Products/Debug/llama-batched-swift ./llama-batched-swift
|