6 lines
230 B
Makefile
Executable file
6 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
|