21 lines
559 B
Plaintext
21 lines
559 B
Plaintext
|
2/
|
||
|
1/
|
||
|
as -o lire.o lire.s
|
||
|
gcc -Wall -ansi -pedantic -g -c -o personne.o personne.c
|
||
|
gcc -Wall -ansi -pedantic -g -c -o repertoire.o repertoire.c
|
||
|
gcc -Wall -ansi -pedantic -g -c -o main.o main.c
|
||
|
gcc -Wall -ansi -pedantic -g -o exo1 lire.o personne.o repertoire.o main.o
|
||
|
|
||
|
elle se déroule dans le même ordre que dans le make file
|
||
|
|
||
|
2/
|
||
|
rien d'afficher
|
||
|
parce que les commandes afficher permettent d'enregister
|
||
|
|
||
|
3/
|
||
|
oui parce que ça recompile le document
|
||
|
|
||
|
4/
|
||
|
main.o: main.c personne.h repertoire.h
|
||
|
ça affiche le fichier .o ou se trouve le fichier rechercher
|