You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# make examples EXAMPLES_FILTER=.*/blas/base/dasum/.*
38
+
#/
39
+
examples: examples-javascript
40
+
41
+
.PHONY: examples
42
+
43
+
#/
44
+
# Runs cross-language examples.
45
+
#
46
+
# ## Notes
47
+
#
48
+
# - This rule supports the environment variables supported by each language-specific (`examples-<lang>`) prerequisite.
49
+
# - This rule is useful when wanting to glob for examples files, irrespective of language, for a particular package in order to compare cross-language example output.
0 commit comments