aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-22 23:30:19 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-22 23:30:19 +0100
commit2e94225f4f96074ce5f0320500d5b006f7ccc875 (patch)
treedb411bbf5dda9cf6bb5147a45e3a7d4b5d13844a /Makefile
parentNorme (diff)
download42-cub3d-2e94225f4f96074ce5f0320500d5b006f7ccc875.tar.gz
42-cub3d-2e94225f4f96074ce5f0320500d5b006f7ccc875.tar.bz2
42-cub3d-2e94225f4f96074ce5f0320500d5b006f7ccc875.tar.xz
42-cub3d-2e94225f4f96074ce5f0320500d5b006f7ccc875.tar.zst
42-cub3d-2e94225f4f96074ce5f0320500d5b006f7ccc875.zip
Smooth af
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5c20e2..2c2443d 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ MLX_DIR = minilibx/
#==================================================================================================#
#---------------------------------------------- Files ---------------------------------------------#
#==================================================================================================#
-INCS = cub3d.h
+INCS = cub3d.h
INCS += cub3d_defines.h
INCS += cub3d_structs.h
#--------------------------------------------------------------------------------------------------#