aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 18:51:02 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-13 18:51:09 +0100
commit539d210f0a4865b34288b73a5ac47dca308a5fa2 (patch)
tree890ef5f86133f0d859f63be0f2952c34b2a9c618 /Makefile
parentFuck fork() (diff)
download42-cub3d-539d210f0a4865b34288b73a5ac47dca308a5fa2.tar.gz
42-cub3d-539d210f0a4865b34288b73a5ac47dca308a5fa2.tar.bz2
42-cub3d-539d210f0a4865b34288b73a5ac47dca308a5fa2.tar.xz
42-cub3d-539d210f0a4865b34288b73a5ac47dca308a5fa2.tar.zst
42-cub3d-539d210f0a4865b34288b73a5ac47dca308a5fa2.zip
gotta thread
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32fc614..7c24e8b 100644
--- a/Makefile
+++ b/Makefile
@@ -133,7 +133,7 @@ ifdef ASAN
CFLAGS += ${FSANITIZE}
endif
#--------------------------------------------------------------------------------------------------#
-CDEFS = -D_POSIX_C_SOURCE
+CDEFS = -D_DEFAULT_SOURCE
CDEFS += -DFT_SCR_SIZE=\"${SCR_SZE}\"
ifeq (${OS}, Darwin)
CDEFS += -DFT_OS=1