Volver al Inicio

Ayuda de Make

Categories

Select a category to view commands

Comandos básicos

Click on any command to copy it to clipboard

Build Default Target

Build the default target (usually 'all')

make

Example: make

Limpiar

Limpiar archivos generados

make clean

Example: make clean

Instalar

Instalar archivos construidos

make install

Example: sudo make install

Construir todo

Construir todos los objetivos

make all

Example: make all