mise à jour

This commit is contained in:
2023-12-10 22:51:36 +01:00
parent 81aa9fae9b
commit eaea71caa3
5 changed files with 47 additions and 19 deletions

View File

@@ -8,6 +8,7 @@ but : run
OFILES = plateau_init.o \
fenetre.o \
time.o \
main.o
CC = gcc
@@ -20,7 +21,10 @@ plateau_init.o : plateau_init.h
fenetre.o : fenetre.h plateau_init.h
main.o : main.c fenetre.h
time.o : time.h
main.o : main.c fenetre.h time.h
### COMMANDES ###