diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-24 20:06:05 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-24 20:06:05 +0100 |
commit | b6736a2dc2cead76bd6a619b52d2d18ac3d4029d (patch) | |
tree | ee89b6ac356cb37a7906ff157c1f1908823b9d2b /Makefile | |
parent | Norme and merge (diff) | |
download | 42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.gz 42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.bz2 42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.xz 42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.tar.zst 42-cub3d-b6736a2dc2cead76bd6a619b52d2d18ac3d4029d.zip |
Get normed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -131,6 +131,9 @@ SRCS_NAME += ft_draw_ammo_bar.c SRCS_NAME += ft_shoot.c SRCS_NAME += ft_hud_threads.c SRCS_NAME += ft_hud_threads_next.c +SRCS_NAME += ft_wall_threads.c +SRCS_NAME += ft_floor_threads.c +SRCS_NAME += ft_castray_loop.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |