Aucun résumé des modifications |
|||
| Ligne 11 : | Ligne 11 : | ||
* $@ correspond à all | * $@ correspond à all | ||
* $< correspond à library.cpp | * $< correspond à library.cpp | ||
* $^ correspond à library.cpp main.cpp | * $^ correspond à library.cpp main.cpp<br> | ||
<br> | |||
== Liens Externes == | == Liens Externes == | ||
make VERBOSE=1 or make V=1
all: library.cpp main.cpp