Index: trunk/Platforms/Test/Makefile
===================================================================
--- trunk/Platforms/Test/Makefile	(revision 139)
+++ trunk/Platforms/Test/Makefile	(revision 142)
@@ -171,6 +171,4 @@
 				fi;
 
-execute				: run
-
 debug				:
 				@\
@@ -300,5 +298,4 @@
 				$(ECHO) "                         set CLEAN    to remove previous log (default : 0)";\
 				$(ECHO) "                         example : make run DATA=debug PRIORITY=10 CLEAN";\
-				$(ECHO) " * execute             : cf 'make run'";\
 				$(ECHO) " * debug               : cf 'make run DATA=debug'";\
 				$(ECHO) " * bench               : cf 'make run DATA=bench'";\
@@ -307,7 +304,12 @@
 				$(ECHO) " * lib                 : make library";\
 				$(ECHO) " * soft                : make software";\
+				$(ECHO) " * env                 : execute rule \"lib\" and \"soft\"";\
 				$(ECHO) " * clean               : erase temporary files";\
 				$(ECHO) " * clean_all           : erase generated files";\
 				$(ECHO) " * help                : print this message";\
+				$(ECHO) ""; \
+				$(ECHO) "In the compilation, set MORPHEO_TYPE for set/unset flags"; \
+				$(ECHO) "MORPHEO_TYPE can be set at $(MORPHEO_TYPE_LIST)"; \
+				$(ECHO) "Actual MORPHEO_TYPE is \"$(MORPHEO_TYPE)\""; \
 				$(ECHO) "";
 
