diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 21:01:07 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 21:01:07 +0100 |
commit | e821fb7ab1232349f0be023b08dafee75da02ea9 (patch) | |
tree | 917f79f6f75a3bc8e07827893fc9af7ea17b8492 /Makefile | |
parent | Not done (diff) | |
download | 42-cub3d-e821fb7ab1232349f0be023b08dafee75da02ea9.tar.gz 42-cub3d-e821fb7ab1232349f0be023b08dafee75da02ea9.tar.bz2 42-cub3d-e821fb7ab1232349f0be023b08dafee75da02ea9.tar.xz 42-cub3d-e821fb7ab1232349f0be023b08dafee75da02ea9.tar.zst 42-cub3d-e821fb7ab1232349f0be023b08dafee75da02ea9.zip |
Almost there
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ SRCS_NAME += ft_draw_square.c SRCS_NAME += ft_draw_circle.c SRCS_NAME += ft_draw_map.c SRCS_NAME += ft_draw_scene.c +SRCS_NAME += ft_draw_skybox.c SRCS_NAME += ft_basic_keys.c SRCS_NAME += ft_extra_keys.c SRCS_NAME += ft_draw_verline.c |