From 1fe29b284f25da621d3587fa766b2e66f378eb7d Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 2 Oct 2018 18:15:58 -0400 Subject: [darwin] Rename 'make check-public-symbols' to darwin-check-public-symbols --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1