Makefile

changeset 213
fa8b745be7b5
parent 192
1e51558b9d09
child 225
a1a068c2c4ef
--- 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

mercurial