debut TP18
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user