This commit is contained in:
2023-12-10 23:03:16 +01:00
parent c4b4cee0fb
commit 47ec4b937b
3 changed files with 4 additions and 4 deletions

View File

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