Retour à l'Accueil
Aide Make
Categories
Select a category to view commands
Commandes de base
Click on any command to copy it to clipboard
Build Default Target
Build the default target (usually 'all')
make
Example: make
Nettoyer
Nettoyer les fichiers générés
make clean
Example: make clean
Installer
Installer les fichiers construits
make install
Example: sudo make install
Construire tout
Construire toutes les cibles
make all
Example: make all