1
0
Fork 0
forked from len0rd/rockbox

Add 'make bin' to the 'make help' output

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11140 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2006-10-06 19:05:08 +00:00
parent 53c3eebcdb
commit ae3d7851ce

1
tools/configure vendored
View file

@ -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"