diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-23 00:27:01 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-02-23 00:27:01 +0100 |
commit | aef5fbe3d215672783bc9f998f622c40b5504c9f (patch) | |
tree | 4a7538e96b69bc14f0e08fcf48d8be14dd842409 /Makefile | |
parent | GCC-friendly now (diff) | |
download | 42-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |