Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
themeEmacs
# Build all revolution firmware
make all_revolution

# Build all firmware and prepare archive to be packed with GCS binary
make fw_resource

# Erase all firmware build
make all_fw_clean

# Build installer package : Output a dmg (OSX), exe (Windows) or Gnu/Linux deb or rpm packages
make package

# Build the GCS software
make gcs

# Erase all previous builds
make all_clean

# Install ccache, build faster
make ccache_install

# Print all available targets
make help

...