aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-14 23:14:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-14 23:14:29 +0100
commitd94b7a155935bb09dc9cd0b2b731d67906a6067a (patch)
tree67df3994de16ea751e1fe1ada8614ce7700104ff /Makefile
parentGood player spawn view for N and S, minimap bot left StarCraft style (diff)
download42-cub3d-d94b7a155935bb09dc9cd0b2b731d67906a6067a.tar.gz
42-cub3d-d94b7a155935bb09dc9cd0b2b731d67906a6067a.tar.bz2
42-cub3d-d94b7a155935bb09dc9cd0b2b731d67906a6067a.tar.xz
42-cub3d-d94b7a155935bb09dc9cd0b2b731d67906a6067a.tar.zst
42-cub3d-d94b7a155935bb09dc9cd0b2b731d67906a6067a.zip
Fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 33aa48c..3f90942 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,7 @@ ifneq (${OS}, Darwin)
CDEFS += -DFT_S_KEY=115
CDEFS += -DFT_D_KEY=100
CDEFS += -DFT_F1_KEY=65470
+ CDEFS += -DFT_TAB_KEY=65289
CDEFS += -DFT_L_ARR_KEY=65361
CDEFS += -DFT_R_ARR_KEY=65363
CDEFS += -DFT_ESC_KEY=65307