summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-08 22:39:27 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-08 22:40:18 -0400
commit6e82897bfc2a4b7206e1b6db12002a979b17095e (patch)
tree175453e47759146a1c8d60ab166fa0ed423b791a
parent54389dcf2f7c0f5f53bb1bfdb4cffde05d002ea2 (diff)
downloadrockbox-6e82897bfc2a4b7206e1b6db12002a979b17095e.tar.gz
rockbox-6e82897bfc2a4b7206e1b6db12002a979b17095e.zip
make: Update help text
Change-Id: I069d3f62d93f0e8aab48f2cedbc8c7e65fde94d4
-rw-r--r--tools/root.make2
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:
437 @echo "tools - builds the tools only" 437 @echo "tools - builds the tools only"
438 @echo "voice - creates the voice clips (voice builds only)" 438 @echo "voice - creates the voice clips (voice builds only)"
439 @echo "voicetools - builds the voice tools only" 439 @echo "voicetools - builds the voice tools only"
440 @echo "talkclips - builds talkclips for everything under TALKDIR, skipping existing clips"
441 @echo "talkclips-force - builds talkclips for everything under TALKDIR, overwriting all existing clips"
440 @echo "install - installs your build (at PREFIX, defaults to simdisk/ for simulators (no fonts))" 442 @echo "install - installs your build (at PREFIX, defaults to simdisk/ for simulators (no fonts))"
441 @echo "fullinstall - installs your build (like install, but with fonts)" 443 @echo "fullinstall - installs your build (like install, but with fonts)"
442 @echo "symlinkinstall - like fullinstall, but with links instead of copying files. (Good for developing on simulator)" 444 @echo "symlinkinstall - like fullinstall, but with links instead of copying files. (Good for developing on simulator)"