1.PHONY: build 2 3build: 4 xcodebuild -scheme llama-batched-swift -destination "generic/platform=macOS" -derivedDataPath build 5 rm -f ./llama-batched-swift 6 ln -s ./build/Build/Products/Debug/llama-batched-swift ./llama-batched-swift