diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 15:49:46 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-04-04 15:49:46 +0200 |
commit | 85a7a0916a15d0b43cf81a042e2684ec1a99fbc0 (patch) | |
tree | 2f1c86ee2f305c361eccadeb78693f75cd4105eb /Makefile | |
parent | Fixed skeuls shooting, now it's norme time (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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}) #--------------------------------------------------------------------------------------------------# |