blob: 1f9156e583fdda26611fcc9c53dfe57517a50da8 (
plain)
1
2
3
4
5
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
|