Forgot to add the help text for make elfzip.

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_8@29407 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2011-02-26 20:50:30 +00:00
parent 620c8434db
commit 4e3d8c5f59

View file

@ -337,6 +337,7 @@ help:
@echo "7zip - creates a rockbox.7z of your build (no fonts)" @echo "7zip - creates a rockbox.7z of your build (no fonts)"
@echo "fontzip - creates rockbox-fonts.zip" @echo "fontzip - creates rockbox-fonts.zip"
@echo "mapzip - creates rockbox-maps.zip with all .map files" @echo "mapzip - creates rockbox-maps.zip with all .map files"
@echo "elfzip - creates rockbox-elfs.zip with all .elf files"
@echo "tools - builds the tools only" @echo "tools - builds the tools only"
@echo "voice - creates the voice clips (voice builds only)" @echo "voice - creates the voice clips (voice builds only)"
@echo "voicetools - builds the voice tools only" @echo "voicetools - builds the voice tools only"