From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/examples/batched.swift/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 llama.cpp/examples/batched.swift/Makefile (limited to 'llama.cpp/examples/batched.swift/Makefile') diff --git a/llama.cpp/examples/batched.swift/Makefile b/llama.cpp/examples/batched.swift/Makefile new file mode 100755 index 0000000..1f9156e --- /dev/null +++ b/llama.cpp/examples/batched.swift/Makefile @@ -0,0 +1,6 @@ +.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 -- cgit v1.2.3