mise à jour
This commit is contained in:
@@ -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 ###
|
||||
|
||||
|
Reference in New Issue
Block a user