From d07b3a4f188a45f51bfca1646b2d44e540400242 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 6 May 2019 15:01:19 -0700 Subject: [PATCH] Updated Makefile clean_* section to correspond with new port/xcode_* paths --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a201f6d..fbe95fb 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,8 @@ patch: # Target-specific clean clean_ios: - -rm -rf ports/xcode_ios-arm64 + -rm -rf ports/xcode_ios + -rm -rf ports/xcode_ios_simulator clean_macos: -rm -rf ports/xcode_macos clean_android: