This commit is contained in:
Jason van Zyl 2005-10-03 16:46:38 +00:00
parent 6559731d7a
commit 5eb8bed753
5 changed files with 2 additions and 2 deletions

View File

@ -166,14 +166,14 @@ my-app
* How do I compile my application sources? * How do I compile my application sources?
Execute the following command to compile your application sources:
+-----+ +-----+
m2 compile m2 compile
+-----+ +-----+
Explain why this is so easy ...
Upon executing this command you should see output like the following: Upon executing this command you should see output like the following:
+-----+ +-----+