make help: distclean

git-svn-id: trunk@44129 -
This commit is contained in:
mattias 2014-02-18 10:37:01 +00:00
parent 3283cf83f3
commit 36a073e91e

View File

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