J'ai enlever tout les printf et fais de la documentation

This commit is contained in:
ozvann
2024-11-12 23:57:03 +01:00
parent 666253eb3c
commit aa7bceba3c
14 changed files with 31 additions and 122 deletions

View File

@@ -14,21 +14,14 @@ OFILES = taille.o \
main.o
#deplacement.o, pion.o, obstacle.o
CC = gcc
CFLAGS = -Wall -ansi -pedantic
# CHAPITRE 3 : DEPENDANCES (REGLES IMPLICITES)
#deplacement.o : pion.h obstacle.h
menu.o : taille.h menu.h nbjoueur.h nbjoueur2.h boutonJVJ.h grille.h
#pion.o : deplacement.h obstacle.h
taille.o : taille.h jeu.h
nbjoueur.o : nbjoueur.h
@@ -39,11 +32,9 @@ nbjoueur2.o : nbjoueur2.h
grille.o : grille.h
#obstacle.o : pion.h
jeu.o : jeu.h menu.h
jeu.o : jeu.h grille.h
main.o : menu.h jeu.h
main.o : jeu.h
# CHAPITRE 4 : DEPENDANCES AVEC COMMANDES