aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-04 15:49:46 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-04 15:49:46 +0200
commit85a7a0916a15d0b43cf81a042e2684ec1a99fbc0 (patch)
tree2f1c86ee2f305c361eccadeb78693f75cd4105eb /Makefile
parentFixed skeuls shooting, now it's norme time (diff)
download42-cub3d-85a7a0916a15d0b43cf81a042e2684ec1a99fbc0.tar.gz
42-cub3d-85a7a0916a15d0b43cf81a042e2684ec1a99fbc0.tar.bz2
42-cub3d-85a7a0916a15d0b43cf81a042e2684ec1a99fbc0.tar.xz
42-cub3d-85a7a0916a15d0b43cf81a042e2684ec1a99fbc0.tar.zst
42-cub3d-85a7a0916a15d0b43cf81a042e2684ec1a99fbc0.zip
Normed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3098ef9..43c90e2 100644
--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,7 @@ SRCS_NAME += ft_damage_bad_boy.c
SRCS_NAME += ft_sfx_bb_death.c
SRCS_NAME += ft_sfx_bb_scream.c
SRCS_NAME += ft_sfx_bb_fire.c
+SRCS_NAME += ft_can_it_shoot.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#