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:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user