Indentation du code pour ce qui a été fait

This commit is contained in:
2024-10-29 13:54:31 +01:00
parent b10c48a7f5
commit c6199fab35
5 changed files with 10 additions and 9 deletions

View File

@@ -18,13 +18,13 @@ CFLAGS = -Wall -ansi -pedantic -g
# CHAPITRE 3 : DEPENDANCES (REGLES IMPLICITES)
#deplacement.o : pion.h
#deplacement.o : pion.h obstacle.h
menu.o : taille.h
menu.o : menu.c taille.h
#pion.o : deplacement.h obstacle.h
taille.o : grille.h
#taille.o : grille.h
#grille.o : menu.h