diff options
author | salaaad2 <arthudurant263@gmail.com> | 2020-03-16 19:43:16 +0100 |
---|---|---|
committer | salaaad2 <arthudurant263@gmail.com> | 2020-03-16 19:43:16 +0100 |
commit | 0cde149ec5e478c3d6283136065ff0129231c25d (patch) | |
tree | 36f13a15446b9335b342f742a2e186ad5a4c28a8 /Makefile | |
parent | fix norme2 (diff) | |
download | 42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.gz 42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.bz2 42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.xz 42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.tar.zst 42-cub3d-0cde149ec5e478c3d6283136065ff0129231c25d.zip |
bunchoshit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ SRCS_NAME += ft_sfx_trap.c SRCS_NAME += ft_sfx_new_level.c SRCS_NAME += ft_death_screen.c SRCS_NAME += ft_death_hooks.c +SRCS_NAME += ft_sort_s_t.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# |