logiquement c'est bon

This commit is contained in:
2023-12-22 14:40:59 +01:00
parent a549f7df3a
commit 81db2e8ad1
17 changed files with 58 additions and 16 deletions

View File

@@ -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