From 138aa787767894228c2c947a34e5e7bd2ba79102 Mon Sep 17 00:00:00 2001 From: Dirk Zimoch Date: Mon, 8 Aug 2016 09:38:35 +0200 Subject: [PATCH] typo --- App/tools/driver.makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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