Back to Home

Make Helper

Categories

Select a category to view commands

Basic Commands

Click on any command to copy it to clipboard

Build Default Target

Build the default target (usually 'all')

make

Example: make

Clean Build

Clean build artifacts

make clean

Example: make clean

Install

Install the built program

make install

Example: sudo make install

Build All

Build all targets

make all

Example: make all