1
0
Fork 0
forked from len0rd/rockbox

make: Update help text

Change-Id: I069d3f62d93f0e8aab48f2cedbc8c7e65fde94d4
This commit is contained in:
Solomon Peachy 2024-05-08 22:39:27 -04:00
parent 54389dcf2f
commit 6e82897bfc

View file

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