From: Pierre-Marc Fournier Date: Thu, 25 Mar 2010 15:29:45 +0000 (-0400) Subject: benchmark: fix makefile X-Git-Tag: v0.5~42 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=264bf336a953f9c9ed01e969e3048d386d7bb741 benchmark: fix makefile --- 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