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 d99e066 commit 4e8417cCopy full SHA for 4e8417c
lib/node_modules/@stdlib/blas/ext/base/dsortins/benchmark/c/Makefile renamed to lib/node_modules/@stdlib/blas/ext/base/dsortins/benchmark/c/unsorted-random/Makefile
@@ -82,7 +82,7 @@ LIBRARIES ?=
82
LIBPATH ?=
83
84
# List of C targets:
85
-c_targets := example.out
+c_targets := benchmark.length.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 examples.
+# Runs compiled benchmarks.
128
#
129
# @example
130
# make run
lib/node_modules/@stdlib/blas/ext/base/dsortins/benchmark/c/benchmark.unsorted_random.length.c renamed to lib/node_modules/@stdlib/blas/ext/base/dsortins/benchmark/c/unsorted-random/benchmark.length.c
0 commit comments