aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 00:27:01 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-23 00:27:01 +0100
commitaef5fbe3d215672783bc9f998f622c40b5504c9f (patch)
tree4a7538e96b69bc14f0e08fcf48d8be14dd842409 /Makefile
parentGCC-friendly now (diff)
download42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.gz
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.bz2
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.xz
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.tar.zst
42-cub3d-aef5fbe3d215672783bc9f998f622c40b5504c9f.zip
Preparing OS defines for later use
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 91985bb..748d5e2 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ ifdef POWER
endif
#--------------------------------------------------------------------------------------------------#
CDEFS = -DFT_SCR_SIZE=\"${SCR_SZE}\"
+CDEFS += -DFT_OS=\"${OS}\"
ifneq (${OS}, Darwin)
CDEFS += -DFT_W_KEY=119
CDEFS += -DFT_A_KEY=97