diff --git a/App/tools/driver.makefile b/App/tools/driver.makefile index dd0b3d9..cccbe18 100644 --- a/App/tools/driver.makefile +++ b/App/tools/driver.makefile @@ -166,7 +166,7 @@ help: @for target in '' build '' \ install 'install.' \ uninstall 'uninstall.' \ - installqt uninstallqt \ + installui uninstallui \ clean help version; \ do echo " make $$target"; \ done