summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlf Watt <alf.watt@mapbox.com>2019-03-20 15:49:25 -0700
committerAlf Watt <alf.watt@mapbox.com>2019-03-20 15:49:25 -0700
commit01c2454815f2be23de00529c09d50c0dda188939 (patch)
treed475b0e0eb04707864275a2a0c94778a58c7a485
parent09a9637ddfa8dba78acd92b0ea78afc4bbda8a59 (diff)
downloadqtlocation-mapboxgl-01c2454815f2be23de00529c09d50c0dda188939.tar.gz
-rw-r--r--Makefile7
1 files changed, 0 insertions, 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 #####################################################