logiquement c'est bon
This commit is contained in:
4
Makefile
4
Makefile
@@ -16,9 +16,9 @@ pomme.o : pomme.h terrain.h serpent.h
|
||||
|
||||
main.o : serpent.h pomme.h temps_et_score.h terrain.h
|
||||
|
||||
temps_et_score.o : temps_score.h
|
||||
temps_et_score.o : temps_et_score.h
|
||||
|
||||
terrain.o : menu_terrain.h
|
||||
terrain.o : terrain.h
|
||||
|
||||
snake : $(OFILES)
|
||||
$(CC) $(CFLAGS) -o snake $(OFILES) -lgraph
|
||||
|
Reference in New Issue
Block a user