summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
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)