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')
makeExample: make
Clean Build
Clean build artifacts
make cleanExample: make clean
Install
Install the built program
make installExample: sudo make install
Build All
Build all targets
make allExample: make all