aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-28 20:36:49 +0100
committerRudy Bousset <rbousset@z2r5p2.le-101.fr>2020-02-28 20:36:49 +0100
commitfc792e8616d54defb50d26ed65b99cf91c18fe39 (patch)
treed775f0c586c136da0a9400c195bd4374811f99e4 /Makefile
parentL is now crapaud and you can pass through :^) (diff)
download42-cub3d-fc792e8616d54defb50d26ed65b99cf91c18fe39.tar.gz
42-cub3d-fc792e8616d54defb50d26ed65b99cf91c18fe39.tar.bz2
42-cub3d-fc792e8616d54defb50d26ed65b99cf91c18fe39.tar.xz
42-cub3d-fc792e8616d54defb50d26ed65b99cf91c18fe39.tar.zst
42-cub3d-fc792e8616d54defb50d26ed65b99cf91c18fe39.zip
GNL fix
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index abdf4a2..82b070c 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,7 @@ SRCS_NAME += ft_key_loop.c
SRCS_NAME += ft_draw_hud.c
SRCS_NAME += ft_music.c
SRCS_NAME += ft_draw_sprite.c
+SRCS_NAME += ft_warp_level.c
#--------------------------------------------------------------------------------------------------#
SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME})
#--------------------------------------------------------------------------------------------------#