aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 16:32:37 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 16:32:37 +0100
commitc1f91998d9cf530d86b6e8d2ddfecf06cae43664 (patch)
treec4b8ce0838786c9b487f36e3282c606ec93d5066 /Makefile
parentGot tex (diff)
download42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.gz
42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.bz2
42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.xz
42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.tar.zst
42-cub3d-c1f91998d9cf530d86b6e8d2ddfecf06cae43664.zip
Got sprite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e622c4e..1707b67 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ SRCS_NAME += ft_parse_map.c
SRCS_NAME += ft_select_get.c
SRCS_NAME += ft_get_res.c
SRCS_NAME += ft_get_tex.c
-# SRCS_NAME += ft_get_sprite_tex.c
+SRCS_NAME += ft_get_sprite.c
# SRCS_NAME += ft_get_colors.c
# SRCS_NAME += ft_get_map.c
# SRCS_NAME += ft_check_empty_line.c