diff -r 740fbd7bab71 -r 9f385abc72fb Makefile --- a/Makefile Thu Oct 13 16:25:21 2016 +0200 +++ b/Makefile Fri Nov 18 15:17:04 2016 +0100 @@ -49,10 +49,10 @@ ucx-debug: FORCE cd ucx; $(MAKE) CONF=$(CONF) debug -test: ucx +test: ucx FORCE cd test; $(MAKE) CONF=$(CONF) -test-debug: ucx-debug +test-debug: ucx-debug FORCE cd test; $(MAKE) CONF=$(CONF) debug run: test