aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 18:48:21 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-23 18:48:21 +0100
commit093e84b76c597015e89dddae8e51faae16feaf62 (patch)
tree66587b79153af48fb2aa8729ba8ca2c8d2d011e1 /Makefile
parentFixed sprite shadows (diff)
parentGonna merge (diff)
download42-cub3d-093e84b76c597015e89dddae8e51faae16feaf62.tar.gz
42-cub3d-093e84b76c597015e89dddae8e51faae16feaf62.tar.bz2
42-cub3d-093e84b76c597015e89dddae8e51faae16feaf62.tar.xz
42-cub3d-093e84b76c597015e89dddae8e51faae16feaf62.tar.zst
42-cub3d-093e84b76c597015e89dddae8e51faae16feaf62.zip
Merge branch 'hitscan'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5eb7f84..02e9b07 100644
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,7 @@ SRCS_NAME += ft_draw_ammo_caption.c
SRCS_NAME += ft_draw_map_back.c
SRCS_NAME += ft_draw_ammo_back.c
SRCS_NAME += ft_draw_ammo_bar.c
+SRCS_NAME += ft_shoot.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#