Makefile

changeset 228
9f385abc72fb
parent 225
a1a068c2c4ef
child 230
4044131874f9
equal deleted inserted replaced
227:740fbd7bab71 228:9f385abc72fb
47 cd ucx; $(MAKE) CONF=$(CONF) 47 cd ucx; $(MAKE) CONF=$(CONF)
48 48
49 ucx-debug: FORCE 49 ucx-debug: FORCE
50 cd ucx; $(MAKE) CONF=$(CONF) debug 50 cd ucx; $(MAKE) CONF=$(CONF) debug
51 51
52 test: ucx 52 test: ucx FORCE
53 cd test; $(MAKE) CONF=$(CONF) 53 cd test; $(MAKE) CONF=$(CONF)
54 54
55 test-debug: ucx-debug 55 test-debug: ucx-debug FORCE
56 cd test; $(MAKE) CONF=$(CONF) debug 56 cd test; $(MAKE) CONF=$(CONF) debug
57 57
58 run: test 58 run: test
59 ./build/release/test/ucxtest$(APP_EXT) 59 ./build/release/test/ucxtest$(APP_EXT)
60 60

mercurial