diff -r c766c423dee6 -r fa8b745be7b5 Makefile --- a/Makefile Thu Oct 22 11:35:40 2015 +0200 +++ b/Makefile Mon Oct 26 14:09:45 2015 +0100 @@ -49,16 +49,16 @@ ucx-debug: FORCE cd ucx; $(MAKE) CONF=$(CONF) debug -test: FORCE ucx +test: ucx cd test; $(MAKE) CONF=$(CONF) -test-debug: FORCE ucx-debug +test-debug: ucx-debug cd test; $(MAKE) CONF=$(CONF) debug -run: FORCE test +run: test ./build/release/test/ucxtest$(APP_EXT) -run-debug: FORCE test-debug +run-debug: test-debug ./build/debug/test/ucxtest$(APP_EXT) debug: ucx-debug test-debug