diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-01-23 19:41:24 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-01-23 19:41:24 +0100 |
commit | 12faf5456d0f2356b6406a0d74ed4559c4a85a41 (patch) | |
tree | c5e352d3471d68ea99a90b60e282f6af65518a19 /Makefile | |
parent | I got colors (diff) | |
download | 42-cub3d-12faf5456d0f2356b6406a0d74ed4559c4a85a41.tar.gz 42-cub3d-12faf5456d0f2356b6406a0d74ed4559c4a85a41.tar.bz2 42-cub3d-12faf5456d0f2356b6406a0d74ed4559c4a85a41.tar.xz 42-cub3d-12faf5456d0f2356b6406a0d74ed4559c4a85a41.tar.zst 42-cub3d-12faf5456d0f2356b6406a0d74ed4559c4a85a41.zip |
ok but might redo ft_split
Diffstat (limited to '')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ SRCS_NAME += ft_init_lists.c SRCS_NAME += ft_key_events.c SRCS_NAME += ft_exit.c SRCS_NAME += ft_drawsquare.c -# SRCS_NAME += ft_parse_map.c +SRCS_NAME += ft_parse_map.c +SRCS_NAME += ft_get_res.c +SRCS_NAME += ft_map_error.c #------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #------------------------------------------------------------------------------# |