We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349c2f2 commit 7a9086eCopy full SHA for 7a9086e
lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/benchmark/c/Makefile
@@ -82,7 +82,7 @@ LIBRARIES ?=
82
LIBPATH ?=
83
84
# List of C targets:
85
-c_targets := benchmark.out
+c_targets := example.out
86
87
88
# RULES #
@@ -124,7 +124,7 @@ $(c_targets): %.out: %.c
124
$(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES)
125
126
#/
127
-# Runs compiled benchmarks.
+# Runs compiled examples.
128
#
129
# @example
130
# make run
0 commit comments