Skip to content

Commit 7a9086e

Browse files
fix: example errors
1 parent 349c2f2 commit 7a9086e

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/benchmark/c

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/skewness/benchmark/c/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ LIBRARIES ?=
8282
LIBPATH ?=
8383

8484
# List of C targets:
85-
c_targets := benchmark.out
85+
c_targets := example.out
8686

8787

8888
# RULES #
@@ -124,7 +124,7 @@ $(c_targets): %.out: %.c
124124
$(QUIET) $(CC) $(CFLAGS) $(fPIC) $(INCLUDE) -o $@ $(SOURCE_FILES) $< $(LIBPATH) -lm $(LIBRARIES)
125125

126126
#/
127-
# Runs compiled benchmarks.
127+
# Runs compiled examples.
128128
#
129129
# @example
130130
# make run

0 commit comments

Comments
 (0)