summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@alum.mit.edu>2015-03-28 14:47:29 -0400
committerSteven G. Johnson <stevenj@alum.mit.edu>2015-03-28 14:47:29 -0400
commit0528e9cda649de9cb14f95c9fa37fc8cc929f856 (patch)
treefdbd591797f9f5a3597b68ae03fa35a454f2f1cc /bench
parentf981f04d0b54d8502237bd659e3bbb6c324e35ed (diff)
downloadlibutf8proc-0528e9cda649de9cb14f95c9fa37fc8cc929f856.tar.gz
libutf8proc-0528e9cda649de9cb14f95c9fa37fc8cc929f856.tar.bz2
build bench/bench for make check, to lessen the chance that it bitrots again
Diffstat (limited to 'bench')
-rw-r--r--bench/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/Makefile b/bench/Makefile
index 629c686..ea12dcb 100644
--- a/bench/Makefile
+++ b/bench/Makefile
@@ -5,7 +5,7 @@ CFLAGS = -O2 -std=c99 -pedantic -Wall
all: bench
-LIBUTF8PROC = ../libutf8proc.a
+LIBUTF8PROC = ../utf8proc.o
bench: bench.o util.o $(LIBUTF8PROC)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ bench.o util.o $(LIBUTF8PROC)