Makefile

changeset 228
9f385abc72fb
parent 225
a1a068c2c4ef
child 230
4044131874f9
     1.1 --- a/Makefile	Thu Oct 13 16:25:21 2016 +0200
     1.2 +++ b/Makefile	Fri Nov 18 15:17:04 2016 +0100
     1.3 @@ -49,10 +49,10 @@
     1.4  ucx-debug: FORCE
     1.5  	cd ucx; $(MAKE) CONF=$(CONF) debug
     1.6  	
     1.7 -test: ucx
     1.8 +test: ucx FORCE
     1.9  	cd test; $(MAKE) CONF=$(CONF)
    1.10  
    1.11 -test-debug: ucx-debug
    1.12 +test-debug: ucx-debug FORCE
    1.13  	cd test; $(MAKE) CONF=$(CONF) debug
    1.14  
    1.15  run: test

mercurial