diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 16:58:26 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 16:58:26 +0100 |
commit | b34688558a7b9d2b1f95c00a33197cdc017e8dc5 (patch) | |
tree | 51c0339d1252a1384113767f1efa5a285f05b325 /Makefile | |
parent | Raycasting normed (diff) | |
download | 42-cub3d-b34688558a7b9d2b1f95c00a33197cdc017e8dc5.tar.gz 42-cub3d-b34688558a7b9d2b1f95c00a33197cdc017e8dc5.tar.bz2 42-cub3d-b34688558a7b9d2b1f95c00a33197cdc017e8dc5.tar.xz 42-cub3d-b34688558a7b9d2b1f95c00a33197cdc017e8dc5.tar.zst 42-cub3d-b34688558a7b9d2b1f95c00a33197cdc017e8dc5.zip |
Norm so far
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -118,8 +118,10 @@ SRCS_NAME += ft_check_missing_defines.c SRCS_NAME += ft_check_missing_sfx.c SRCS_NAME += ft_del_tex.c SRCS_NAME += ft_del_map.c -SRCS_NAME += ft_del_lists.c +SRCS_NAME += ft_del_sprites_lists.c +SRCS_NAME += ft_del_sfx_cmd.c SRCS_NAME += ft_get_spawns.c +SRCS_NAME += ft_tex_num_init.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |