diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 15:19:25 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-01-28 15:19:25 +0100 |
commit | becd4588f7bce0823228f721bffe40ee2e3bd68c (patch) | |
tree | dda3788b46d5a68c8c3a702631fcebc85c8607eb /Makefile | |
parent | Wonderful my entier parsing is wrong (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |