mise à niveau
This commit is contained in:
@@ -7,6 +7,7 @@ but : run
|
||||
### VARIABLES ###
|
||||
|
||||
OFILES = plateau_init.o \
|
||||
ecran_lancement.o \
|
||||
fenetre.o \
|
||||
augmentation_serpent.o \
|
||||
deplacement.o \
|
||||
@@ -24,7 +25,9 @@ CFLAGS = -ansi -pedantic -lgraph
|
||||
|
||||
plateau_init.o : plateau_init.h
|
||||
|
||||
fenetre.o : fenetre.h plateau_init.h
|
||||
fenetre.o : fenetre.h plateau_init.h ecran_lancement.h
|
||||
|
||||
ecran_lancement.o : ecran_lancement.h
|
||||
|
||||
augmentation_serpent.o : augmentation_serpent.h
|
||||
|
||||
|
Reference in New Issue
Block a user