Indentation du code pour ce qui a été fait
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user