From 264bf336a953f9c9ed01e969e3048d386d7bb741 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Thu, 25 Mar 2010 11:29:45 -0400 Subject: [PATCH] benchmark: fix makefile --- tests/benchmark/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/benchmark/Makefile b/tests/benchmark/Makefile index b2922ce..cfccda9 100644 --- a/tests/benchmark/Makefile +++ b/tests/benchmark/Makefile @@ -4,9 +4,9 @@ LFLAGS=-lpthread -lust all: bench1 bench2 -bench1: +bench1: bench.c $(CC) $(CFLAGS) $(LFLAGS) -o bench1 bench.c -bench2: +bench2: bench.c $(CC) $(CFLAGS) $(LFLAGS) -DMARKER -o bench2 bench.c -- 2.34.1