diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-05-08 22:39:27 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-05-08 22:40:18 -0400 |
commit | 6e82897bfc2a4b7206e1b6db12002a979b17095e (patch) | |
tree | 175453e47759146a1c8d60ab166fa0ed423b791a | |
parent | 54389dcf2f7c0f5f53bb1bfdb4cffde05d002ea2 (diff) | |
download | rockbox-6e82897bfc.tar.gz rockbox-6e82897bfc.zip |
make: Update help text
Change-Id: I069d3f62d93f0e8aab48f2cedbc8c7e65fde94d4
-rw-r--r-- | tools/root.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make index 37aeaadaff..4adb4f4d3d 100644 --- a/tools/root.make +++ b/tools/root.make @@ -437,6 +437,8 @@ help: @echo "tools - builds the tools only" @echo "voice - creates the voice clips (voice builds only)" @echo "voicetools - builds the voice tools only" + @echo "talkclips - builds talkclips for everything under TALKDIR, skipping existing clips" + @echo "talkclips-force - builds talkclips for everything under TALKDIR, overwriting all existing clips" @echo "install - installs your build (at PREFIX, defaults to simdisk/ for simulators (no fonts))" @echo "fullinstall - installs your build (like install, but with fonts)" @echo "symlinkinstall - like fullinstall, but with links instead of copying files. (Good for developing on simulator)" |