diff options
Diffstat (limited to 'examples/batched.swift/Makefile')
-rwxr-xr-x | examples/batched.swift/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/batched.swift/Makefile b/examples/batched.swift/Makefile index 2afb24fb..1f9156e5 100755 --- a/examples/batched.swift/Makefile +++ b/examples/batched.swift/Makefile @@ -1,6 +1,6 @@ .PHONY: build build: - xcodebuild -scheme batched_swift -destination "generic/platform=macOS" -derivedDataPath build - rm -f ./batched_swift - ln -s ./build/Build/Products/Debug/batched_swift ./batched_swift + 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 |