8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
exo1 : fonction.o exo1.o
|
|
gcc -o exo1 fonction.o exo1.o
|
|
|
|
fonction.o : fonction.c fonction.h
|
|
gcc -c fonction.c
|
|
|
|
exo.o : exo1.c exo1.h
|
|
gcc -c exo1.c |