blob: 2afb24fb85a1a3ee25a0130f1cbe7b70b0df48cf (
plain)
1
2
3
4
5
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
|