From b339464913182d41a9285e341f1337aa730eb097 Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Wed, 10 Mar 2021 14:22:37 +0100 Subject: [PATCH] added links --- slides/make_avance.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/slides/make_avance.md b/slides/make_avance.md index 2848d30..0921685 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 `*` -- GitLab