From 6e82897bfc2a4b7206e1b6db12002a979b17095e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 8 May 2024 22:39:27 -0400 Subject: make: Update help text Change-Id: I069d3f62d93f0e8aab48f2cedbc8c7e65fde94d4 --- tools/root.make | 2 ++ 1 file changed, 2 insertions(+) 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)" -- cgit v1.2.3