aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-22 23:19:52 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-22 23:19:52 +0100
commit7dc1b6b32f045649492f633f3edf1afa9d9fe0d3 (patch)
tree1effc3afde21c3015de2b6dc309e6ee0200b5a13 /Makefile
parentPerfect (diff)
download42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.gz
42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.bz2
42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.xz
42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.tar.zst
42-cub3d-7dc1b6b32f045649492f633f3edf1afa9d9fe0d3.zip
Secured weird screen size % 10 bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f667190..c5c20e2 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ MLX_DIR = minilibx/
#---------------------------------------------- Files ---------------------------------------------#
#==================================================================================================#
INCS = cub3d.h
+INCS += cub3d_defines.h
INCS += cub3d_structs.h
#--------------------------------------------------------------------------------------------------#
SRCS_NAME = main.c