From 460df56d4b3a7d8ec883cf1630ec3b68802141d3 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 18 Nov 2014 17:56:29 +0100 Subject: [PATCH] fix makefile (bis) --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 545fab2a..290b852d 100644 --- a/Makefile +++ b/Makefile @@ -19,11 +19,13 @@ lib: doc: $(COMP) $(FLAGS) $(DIRS) $(DOC) -test: +build-test: $(COMP) $(FLAGS) $(DIRS) $(TEST) + +test: build-test ./tests/run -bench: $(TEST) +bench: build-test cd bench && $(MAKE) stats: