Skip to content

Commit

Permalink
Added "all" target for building both debug and release.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Tolmasky committed Dec 5, 2008
1 parent 062ff28 commit 2639b7b
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 2639b7b

Please sign in to comment.