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:
$(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: