Makefile

changeset 228
9f385abc72fb
parent 225
a1a068c2c4ef
child 230
4044131874f9
--- 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

mercurial