diff --git a/slides/make_avance.md b/slides/make_avance.md
index 2848d308ad312a9a86ef52220a4daeeec00a2108..0921685e66128cbfa3d2adc9c15b8b9bdc1884d8 100644
--- a/slides/make_avance.md
+++ b/slides/make_avance.md
@@ -69,6 +69,7 @@ graph TD;
     galaxy.c --> galaxy.o
     stars.c --> stars.o
     stars.h --> stars.o
+    stars.h --> galaxy.o
     vec.h --> stars.o
     vec.h --> vec.o
     vec.c --> vec.o
@@ -200,7 +201,7 @@ Let's take one step at a time:
 
 * Les `*`{.makefile},
 * Les `%`{.makefile}, et leurs différences.
-* Les fonctions, ici `wildcard`{.makefile} et `patsubst`{.makefile}.
+* Les fonctions, ici `wildcard`{.makefile} et `patsubst`{.makefile} (voir respectivement [ce lien](https://www.gnu.org/software/make/manual/html_node/Wildcard-Function.html) et [ce lien](https://www.gnu.org/software/make/manual/html_node/Text-Functions.html)).
 * Le symbole `:=`{.makefile} vs `=`{.makefile}.
 
 # Le symbole `*`