initialisation
This commit is contained in:
6
Makefile
6
Makefile
@@ -13,6 +13,8 @@ OFILES = taille.o \
|
||||
jeu.o \
|
||||
comportementJCJ.o \
|
||||
comportementJCIA.o \
|
||||
definirMaxXY.o \
|
||||
initialisation.o \
|
||||
main.o
|
||||
|
||||
|
||||
@@ -26,9 +28,11 @@ menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h grille.h
|
||||
|
||||
taille.o : taille.h jeu.h
|
||||
|
||||
initialisation.o : initialisation.h
|
||||
|
||||
nbjoueur.o : nbjoueur.h
|
||||
|
||||
comportementJCJ.o : comportementJCJ.h
|
||||
comportementJCJ.o : comportementJCJ.h definirMaxXY.h initialisation.h
|
||||
|
||||
comportementJCIA.o : comportementJCIA.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user