OFILES = deplacement.o \
         terrain.o \
         serpent.o \
         

CC = gcc

CFLAGS = -Wall -ansi -pedantic -g
