summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-10-02 18:15:58 -0400
committerJason Wray <friedbunny@users.noreply.github.com>2018-10-03 13:26:59 -0400
commit1fe29b284f25da621d3587fa766b2e66f378eb7d (patch)
treec4d4afcb92568c91d21f8868cc27bcb8308a628c /Makefile
parentf3c8b92286ad82ce39d400023155ab8bfee1b9a5 (diff)
downloadqtlocation-mapboxgl-1fe29b284f25da621d3587fa766b2e66f378eb7d.tar.gz
[darwin] Rename 'make check-public-symbols' to darwin-check-public-symbols
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 25bbde1b3d..cff9a28e8d 100644
--- a/Makefile
+++ b/Makefile
@@ -280,8 +280,8 @@ style-code: darwin-style-code
darwin-update-examples:
node platform/darwin/scripts/update-examples.js
-.PHONY: check-public-symbols
-check-public-symbols:
+.PHONY: darwin-check-public-symbols
+darwin-check-public-symbols:
node platform/darwin/scripts/check-public-symbols.js macOS iOS
endif