« Make » : différence entre les versions

m 1 révision importée
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
make VERBOSE=1 or make V=1  
make VERBOSE=1 or make V=1  
}}
}}
== Variables du Makefile ==
{{syntaxhighlight |lang=make|code=
all: library.cpp main.cpp
}}
*  $@ correspond à all
*  $< correspond à library.cpp
*  $^ correspond à library.cpp main.cpp


== Liens Externes ==
== Liens Externes ==

Version du 26 décembre 2024 à 14:14