summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index afbcd70d0f..ab96542f95 100644
--- a/Makefile
+++ b/Makefile
@@ -300,6 +300,13 @@ darwin-update-examples:
darwin-check-public-symbols:
node platform/darwin/scripts/check-public-symbols.js macOS iOS
+.PHONY: ios-clean-project
+ios-clean-project:
+ rm -fr $(IOS_PROJ_PATH)
+
+.PHONY: ios-update-project
+ios-update-project: ios-clean-project $(IOS_PROJ_PATH)
+
endif
#### Linux targets #####################################################