Skip to content
Snippets Groups Projects
Verified Commit b3394649 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added links

parent 87530fdc
No related branches found
No related tags found
No related merge requests found
......@@ -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 `*`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment