travaille

This commit is contained in:
2023-12-12 16:07:54 +01:00
parent f3aa5365f3
commit dc3a592f57
18 changed files with 427 additions and 15 deletions

8
makefile~ Normal file
View File

@@ -0,0 +1,8 @@
OFILES = deplacement.o \
terrain.o \
serpent.o \
CC = gcc
CFLAGS = -Wall -ansi -pedantic -g