ajout des fichier pour les comportement du jeu en fonction du nombre de joueur
This commit is contained in:
8
Makefile
8
Makefile
@@ -11,6 +11,8 @@ OFILES = taille.o \
|
||||
nbjoueur2.o \
|
||||
boutonJVJ.o \
|
||||
jeu.o \
|
||||
comportementJCJ.o \
|
||||
comportementJCIA.o \
|
||||
main.o
|
||||
|
||||
|
||||
@@ -26,13 +28,17 @@ taille.o : taille.h jeu.h
|
||||
|
||||
nbjoueur.o : nbjoueur.h
|
||||
|
||||
comportementJCJ.o : comportementJCJ.h
|
||||
|
||||
comportementJCIA.o : comportementJCIA.h
|
||||
|
||||
boutonJVJ.o : boutonJVJ.h
|
||||
|
||||
nbjoueur2.o : nbjoueur2.h
|
||||
|
||||
grille.o : grille.h
|
||||
|
||||
jeu.o : jeu.h menu.h
|
||||
jeu.o : jeu.h menu.h comportementJCJ.h comportementJCIA.h
|
||||
|
||||
main.o : jeu.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user