ca marche

This commit is contained in:
Camille Chauvet
2023-01-09 20:41:06 +01:00
parent b5315e3a0a
commit 195f7bc66a
19 changed files with 221 additions and 91 deletions

View File

@ -1,4 +1,4 @@
SRCS = asset.c color.c draw.c ft_freer.c main.c map.c parsing.c xpm.c
SRCS = asset.c color.c draw.c key.c main.c map.c parsing.c xpm.c
OBJS = ${SRCS:.c=.o}
@ -30,6 +30,7 @@ fclean: clean
make -C libftx fclean
make -C minilibx-linux clean
re: fclean all
re: fclean
make all
.PHONY: all clean fclean re