9 lines
122 B
Makefile
9 lines
122 B
Makefile
|
OFILES = deplacement.o \
|
||
|
terrain.o \
|
||
|
serpent.o \
|
||
|
|
||
|
|
||
|
CC = gcc
|
||
|
|
||
|
CFLAGS = -Wall -ansi -pedantic -g
|