Le projet est fini la il manque le rapport et quelque changement des fichiers pour qu'il n'y ait pas de fichier ou il n'y a qu'une seul fonction

This commit is contained in:
2024-11-20 14:10:43 +01:00
parent 194076b002
commit e650605ead
7 changed files with 238 additions and 50 deletions

View File

@@ -6,7 +6,6 @@ but : game
OFILES = taille.o \
menu.o \
grille.o \
nbjoueur.o \
nbjoueur2.o \
boutonJVJ.o \
@@ -27,7 +26,7 @@ CFLAGS = -Wall -ansi -pedantic
# CHAPITRE 3 : DEPENDANCES (REGLES IMPLICITES)
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h grille.h
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h
taille.o : taille.h jeu.h
@@ -49,8 +48,6 @@ boutonJVJ.o : boutonJVJ.h
nbjoueur2.o : nbjoueur2.h
grille.o : grille.h
jeu.o : jeu.h menu.h comportementJCJ.h comportementJCIA.h
main.o : jeu.h