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')
makeExample: make
Nettoyer
Nettoyer les fichiers générés
make cleanExample: make clean
Installer
Installer les fichiers construits
make installExample: sudo make install
Construire tout
Construire toutes les cibles
make allExample: make all