diff options
| author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-10-06 19:05:08 +0000 |
|---|---|---|
| committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-10-06 19:05:08 +0000 |
| commit | ae3d7851ce7dc71709103b45c7c66091a0c019a9 (patch) | |
| tree | cf54e8803b4c252ad8d34f927fde74d703f6d893 | |
| parent | 53c3eebcdb3078fe23c902da19753322bb1cc63e (diff) | |
| download | rockbox-ae3d7851ce7dc71709103b45c7c66091a0c019a9.zip rockbox-ae3d7851ce7dc71709103b45c7c66091a0c019a9.tar.gz rockbox-ae3d7851ce7dc71709103b45c7c66091a0c019a9.tar.bz2 rockbox-ae3d7851ce7dc71709103b45c7c66091a0c019a9.tar.xz | |
Add 'make bin' to the 'make help' output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11140 a1c6a512-1295-4272-9138-f99709370657
| -rwxr-xr-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index b0f54e9..16fb39c 100755 --- a/tools/configure +++ b/tools/configure @@ -1542,6 +1542,7 @@ help: @echo "A few helpful make targets" @echo "" @echo "all - builds a full Rockbox (default), including tools" + @echo "bin - builds only the Rockbox.<target name> file" @echo "clean - cleans a build directory (not tools)" @echo "veryclean - cleans the build and tools directories" @echo "manual - builds a manual" |