SAE11_2023/makefile~
2023-12-12 16:07:54 +01:00

9 lines
122 B
Makefile

OFILES = deplacement.o \
terrain.o \
serpent.o \
CC = gcc
CFLAGS = -Wall -ansi -pedantic -g