- Код: Выделить всё
- @$(ECHO) Targets
 @$(ECHO) all Alias for build
 @$(ECHO) build Build a new compiler and all packages
 @$(ECHO) install Install newly build files
 @$(ECHO) zipinstall Create zip/tar of installed files
 @$(ECHO) singlezipinstall Alias for zipinstall
 @$(ECHO)
 @$(ECHO) Distribution Targets:
 @$(ECHO) rpm Build linux .rpm packages
 @$(ECHO) deb Build linux .deb packages
 @$(ECHO) inno "Build Windows (Innosetup) based installer"
 @$(ECHO) tar Build .tar installer
 @$(ECHO)
 @$(ECHO) FV based installer Targets:
 @$(ECHO) go32v2zip Build .zip files for go32v2
 @$(ECHO) os2zip Build .zip files for OS/2
 @$(ECHO) sourcezip Build .zip files for the sources
как использовать Distribution Targets ?
говорю просто
- Код: Выделить всё
- make deb
ругается =/



