debut TP18

This commit is contained in:
2023-11-14 17:28:39 +01:00
parent fd72164c4e
commit 7d4d21b993
8 changed files with 72 additions and 35 deletions

View File

@@ -9,7 +9,8 @@ but : exo1
OFILES = lire.o \
personne.o \
repertoire.o \
main.o
main.o\
option.o
CC = gcc
@@ -21,7 +22,9 @@ personne.o : personne.h lire.h
repertoire.o : repertoire.h personne.h
main.o : personne.h repertoire.h
main.o : personne.h repertoire.h option.h
option.o : option.h
#CHAPITRE 4 : DEPENDANCES AVEC COMMANDES