fix makefile (bis)

This commit is contained in:
Simon Cruanes 2014-11-18 17:56:29 +01:00
parent 50b62b4802
commit 460df56d4b

View file

@ -19,11 +19,13 @@ lib:
doc: doc:
$(COMP) $(FLAGS) $(DIRS) $(DOC) $(COMP) $(FLAGS) $(DIRS) $(DOC)
test: build-test:
$(COMP) $(FLAGS) $(DIRS) $(TEST) $(COMP) $(FLAGS) $(DIRS) $(TEST)
test: build-test
./tests/run ./tests/run
bench: $(TEST) bench: build-test
cd bench && $(MAKE) cd bench && $(MAKE)
stats: stats: