aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-02-29 01:59:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-02-29 01:59:29 +0100
commit036ad174822c7df5174ea5f205d19643d2a205ad (patch)
treeccf36596a2327e40da201ce3f59d122f523b6d8a
parentReady to merge (diff)
download42-cub3d-036ad174822c7df5174ea5f205d19643d2a205ad.tar.gz
42-cub3d-036ad174822c7df5174ea5f205d19643d2a205ad.tar.bz2
42-cub3d-036ad174822c7df5174ea5f205d19643d2a205ad.tar.xz
42-cub3d-036ad174822c7df5174ea5f205d19643d2a205ad.tar.zst
42-cub3d-036ad174822c7df5174ea5f205d19643d2a205ad.zip
Makefile update
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 54305fb..f33898a 100644
--- a/Makefile
+++ b/Makefile
@@ -122,17 +122,6 @@ ifeq (${OS}, Darwin)
else
CDEFS += -DFT_OS=2
endif
-# ifneq (${OS}, Darwin)
-# CDEFS += -DFT_W_KEY=119
-# CDEFS += -DFT_A_KEY=97
-# 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
-# endif
#--------------------------------------------------------------------------------------------------#
ifeq (${OS}, Darwin)
NAME = Cub3D