aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-03-07 16:34:10 +0100
committerRudy Bousset <rbousset@z2r5p6.le-101.fr>2020-03-07 16:34:10 +0100
commitd8c2a594a892d5e55bec7ad85a44c25284d18daa (patch)
treefa01d03773aac626f814c0f179232fedf2c6d537 /Makefile
parentMusic macOS compatible EZ (diff)
download42-cub3d-d8c2a594a892d5e55bec7ad85a44c25284d18daa.tar.gz
42-cub3d-d8c2a594a892d5e55bec7ad85a44c25284d18daa.tar.bz2
42-cub3d-d8c2a594a892d5e55bec7ad85a44c25284d18daa.tar.xz
42-cub3d-d8c2a594a892d5e55bec7ad85a44c25284d18daa.tar.zst
42-cub3d-d8c2a594a892d5e55bec7ad85a44c25284d18daa.zip
Removed one remaining POWER
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3d50df3..e943d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -139,9 +139,6 @@ ifeq (${OS}, Darwin)
endif
ifdef ASAN
@$(MAKE) --no-print-directory -C ${LFT_DIR} all ASAN=1
-endif
-ifdef POWER
- @$(MAKE) --no-print-directory -C ${LFT_DIR} all OPTI=1
else
@$(MAKE) --no-print-directory -C ${LFT_DIR} all
endif