mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 13:39:17 +02:00
makefile: comment
git-svn-id: trunk@36708 -
This commit is contained in:
parent
39b6d1e118
commit
8ab70b4eca
3
Makefile
3
Makefile
@ -2658,7 +2658,8 @@ endif
|
||||
help:
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Main targets"
|
||||
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus"
|
||||
@$(ECHO) " Without any target, target 'all' will be invoked."
|
||||
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus."
|
||||
@$(ECHO) " clean deletes files that 'all' creates"
|
||||
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
|
||||
@$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages"
|
||||
|
@ -50,7 +50,8 @@ endif
|
||||
help:
|
||||
@$(ECHO)
|
||||
@$(ECHO) " Main targets"
|
||||
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus"
|
||||
@$(ECHO) " Without any target, target 'all' will be invoked."
|
||||
@$(ECHO) " all build minimal IDE, lazbuild, startlazarus."
|
||||
@$(ECHO) " clean deletes files that 'all' creates"
|
||||
@$(ECHO) " lazbuild build lazbuild and lcl with nogui widgetset"
|
||||
@$(ECHO) " bigide as all, except that the IDE is build with a lot of extra packages"
|
||||
|
Loading…
Reference in New Issue
Block a user