File: Makefile

package info (click to toggle)
llama.cpp 5882%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,040 kB
  • sloc: cpp: 189,548; ansic: 115,889; python: 24,977; objc: 6,050; sh: 5,819; lisp: 5,741; makefile: 1,293; javascript: 807; xml: 259
file content (6 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
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