DEV_BUT1/DEV1.1S/CM/MakeFile

8 lines
150 B
Plaintext
Raw Normal View History

2023-02-08 11:18:16 +01:00
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