From 7e7576c3d8687a779882d17df9b12ce8486c1ec6 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 27 Jul 2009 18:08:12 +0200 Subject: Makefile: add the xconfig target to the help of the main Makefile Signed-off-by: Thomas Petazzoni --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e61f995b9..182853ce9 100644 --- a/Makefile +++ b/Makefile @@ -561,6 +561,7 @@ help: @echo @echo 'Configuration:' @echo ' menuconfig - interactive curses-based configurator' + @echo ' xconfig - interactive Qt-based configurator' @echo ' oldconfig - resolve any unresolved symbols in .config' @echo ' configured - make {uclibc/busybox/linux26}-config' @echo ' saveconfig - save current configuration under local/' -- cgit v1.2.3