Illumotion's picture
Upload folder using huggingface_hub
57c742e
raw
history blame
No virus
206 Bytes
.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