mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-01 15:40:21 +01:00
7 lines
206 B
Makefile
7 lines
206 B
Makefile
|
.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
|