Skip to content
Snippets Groups Projects
Verified Commit 0d88b2f6 authored by orestis.malaspin's avatar orestis.malaspin
Browse files
parents 4b89aae2 b3394649
Branches
No related tags found
No related merge requests found
Pipeline #13055 passed
...@@ -69,6 +69,7 @@ graph TD; ...@@ -69,6 +69,7 @@ graph TD;
galaxy.c --> galaxy.o galaxy.c --> galaxy.o
stars.c --> stars.o stars.c --> stars.o
stars.h --> stars.o stars.h --> stars.o
stars.h --> galaxy.o
vec.h --> stars.o vec.h --> stars.o
vec.h --> vec.o vec.h --> vec.o
vec.c --> vec.o vec.c --> vec.o
...@@ -200,7 +201,7 @@ Let's take one step at a time: ...@@ -200,7 +201,7 @@ Let's take one step at a time:
* Les `*`{.makefile}, * Les `*`{.makefile},
* Les `%`{.makefile}, et leurs différences. * 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 `:=`{.makefile} vs `=`{.makefile}.
# Le symbole `*` # Le symbole `*`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment