From 36a073e91e8ee1fe48f59ae47818611ccb9f4721 Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 18 Feb 2014 10:37:01 +0000 Subject: [PATCH] make help: distclean git-svn-id: trunk@44129 - --- Makefile.fpc | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.fpc b/Makefile.fpc index 865f191555..f59c8386d6 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -54,6 +54,7 @@ help: @$(ECHO) " all build minimal IDE, lazbuild, startlazarus." @$(ECHO) " clean deletes files that 'all' creates". It does not clean all possible targets. @$(ECHO) " Clean other targets: make clean LCL_PLATFORM=qt + @$(ECHO) " distclean Clean all targets and common leftovers. @$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset" @$(ECHO) " bigide as all, except that the IDE is built with a lot of extra packages" @$(ECHO) " useride calls lazbuild to build an IDE with your active profile, requires lazbuild"