maj
This commit is contained in:
@@ -8,6 +8,7 @@ but : run
|
||||
|
||||
OFILES = plateau_init.o \
|
||||
fenetre.o \
|
||||
deplacement.o \
|
||||
main.o
|
||||
|
||||
CC = gcc
|
||||
@@ -16,11 +17,13 @@ CFLAGS = -ansi -pedantic -lgraph
|
||||
|
||||
### REGLES ESSENTIELLES ###
|
||||
|
||||
plateau_init.o : plateau_init.h
|
||||
plateau_init.o : plateau_init.h
|
||||
|
||||
fenetre.o : fenetre.h plateau_init.h
|
||||
|
||||
main.o : main.c fenetre.h
|
||||
deplacement.o : deplacement.h
|
||||
|
||||
main.o : main.c fenetre.h deplacement.h
|
||||
|
||||
|
||||
### COMMANDES ###
|
||||
|
Reference in New Issue
Block a user