"vscode:/vscode.git/clone" did not exist on "3efc8e2d2aebeb5a84eea070aa5a18a18f542693"
Makefile 230 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
.PHONY: build

build:
xuxzh1's avatar
init  
xuxzh1 committed
4
5
6
	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