diff options
Diffstat (limited to 'examples/batched.swift/Makefile')
-rwxr-xr-x | examples/batched.swift/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/batched.swift/Makefile b/examples/batched.swift/Makefile new file mode 100755 index 00000000..2afb24fb --- /dev/null +++ b/examples/batched.swift/Makefile @@ -0,0 +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 |