From 01c2454815f2be23de00529c09d50c0dda188939 Mon Sep 17 00:00:00 2001 From: Alf Watt Date: Wed, 20 Mar 2019 15:49:25 -0700 Subject: =?UTF-8?q?=E2=8E=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index ab96542f95..afbcd70d0f 100644 --- a/Makefile +++ b/Makefile @@ -300,13 +300,6 @@ 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 ##################################################### -- cgit v1.2.1