summaryrefslogtreecommitdiff
path: root/examples/batched.swift/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/batched.swift/Makefile')
-rwxr-xr-xexamples/batched.swift/Makefile6
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