diff --git a/examples/Makefile b/examples/Makefile
index c9531e84e1a2d6effa96f25960a59186b4ba57c6..5f7d860359bc7c0bfce9350bed9e1575015f3158 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -1,6 +1,7 @@
 all:
 	echo To be done...
-	$(MAKE) -C twoway e 	
+	echo $(MAKE) -C twoway e 	
+
 test:
 	echo More to be done...
 	cd simple ; sh compile.sh && sh run.sh