Makefile

changeset 213
fa8b745be7b5
parent 192
1e51558b9d09
child 225
a1a068c2c4ef
     1.1 --- a/Makefile	Thu Oct 22 11:35:40 2015 +0200
     1.2 +++ b/Makefile	Mon Oct 26 14:09:45 2015 +0100
     1.3 @@ -49,16 +49,16 @@
     1.4  ucx-debug: FORCE
     1.5  	cd ucx; $(MAKE) CONF=$(CONF) debug
     1.6  	
     1.7 -test: FORCE ucx
     1.8 +test: ucx
     1.9  	cd test; $(MAKE) CONF=$(CONF)
    1.10  
    1.11 -test-debug: FORCE ucx-debug
    1.12 +test-debug: ucx-debug
    1.13  	cd test; $(MAKE) CONF=$(CONF) debug
    1.14  
    1.15 -run: FORCE test
    1.16 +run: test
    1.17  	./build/release/test/ucxtest$(APP_EXT)
    1.18  	
    1.19 -run-debug: FORCE test-debug
    1.20 +run-debug: test-debug
    1.21  	./build/debug/test/ucxtest$(APP_EXT)
    1.22  	
    1.23  debug: ucx-debug test-debug

mercurial