aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 15:19:25 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-01-28 15:19:25 +0100
commitbecd4588f7bce0823228f721bffe40ee2e3bd68c (patch)
treedda3788b46d5a68c8c3a702631fcebc85c8607eb /Makefile
parentWonderful my entier parsing is wrong (diff)
download42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.gz
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.bz2
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.xz
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.tar.zst
42-cub3d-becd4588f7bce0823228f721bffe40ee2e3bd68c.zip
Everything is terrible but this might work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a2bdb24..59dd069 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,7 @@ 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_select_get.c
SRCS_NAME += ft_get_res.c
SRCS_NAME += ft_get_tex.c
SRCS_NAME += ft_get_sprite_tex.c