summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 29acc367f4..b1ceeb74b6 100644
--- a/Makefile
+++ b/Makefile
@@ -275,6 +275,10 @@ idocument:
style-code-darwin:
node platform/darwin/scripts/generate-style-code.js
+ node platform/darwin/scripts/update-examples.js
+
+darwin-update-examples:
+ node platform/darwin/scripts/update-examples.js
endif
#### Linux targets #####################################################