This commit is contained in:
Camille Chauvet
2023-01-05 19:04:29 +01:00
parent 909bb442b6
commit 975e0c2ef5
89 changed files with 226 additions and 201 deletions

View File

@ -1,4 +1,4 @@
SRCS = draw.c main.c shape.c xpm.c
SRCS = draw.c main.c map.c shape.c xpm.c
OBJ = ${SRCS:.c=.o}