Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:280north/cappuccino
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Dec 5, 2008
2 parents 6399ac0 + 2639b7b commit 09d03bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common.xml
Expand Up @@ -102,6 +102,11 @@ $ant bootstrap
<target name = "debug" >
<antcall target = "build-debug" />
</target>

<target name = "all" >
<antcall target = "build-debug" />
<antcall target = "build-release" />
</target>

<!-- Iterate -->

Expand Down

0 comments on commit 09d03bf

Please sign in to comment.