From d0788650ecb3f38f4e20f9a71f449980258d3112 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 24 Apr 2016 00:41:07 +0200 Subject: bench/benchmark-func.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2636834..9bbd442 100644 --- a/Makefile +++ b/Makefile @@ -130,6 +130,9 @@ test: test.c libzahl.a test-random.c benchmark: bench/benchmark.c $(BENCHMARK_DEP_$(BENCHMARK_LIB)) $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark.c $(BENCHMARK_LIB_$(BENCHMARK_LIB)) +benchmark-func: bench/benchmark-func.c $(BENCHMARK_DEP_$(BENCHMARK_LIB)) + $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ bench/benchmark-func.c $(BENCHMARK_LIB_$(BENCHMARK_LIB)) + benchmark-zrand: bench/benchmark-zrand.c libzahl.a $(CC) $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -o $@ $^ @@ -158,5 +161,6 @@ uninstall: clean: -rm -- *.o *.su *.a *.so test test-random.c 2>/dev/null + -rm -- benchmark benchmark-zrand benchmark-func 2>/dev/null .PHONY: all check clean install uninstall -- cgit v1.2.3-70-g09d2