From 91fc7113388b2b3c0954cc30d11a79c449d58ead Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 9 Dec 2024 11:23:50 -0500 Subject: [PATCH] chore: remove setup target in Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index ec704f45..db1df5f6 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,6 @@ CONFIG = debug PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 17.5,iPhone \d\+ Pro [^M]) -setup: build-debug-mode build-ios-bindings build-swift-apple-platforms - build-swift-apple-platforms: export USE_LOCAL_RUST_XCFRAMEWORK=1; \ for platform in "iOS"; do \