diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-07 16:34:10 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-03-07 16:34:10 +0100 |
commit | d8c2a594a892d5e55bec7ad85a44c25284d18daa (patch) | |
tree | fa01d03773aac626f814c0f179232fedf2c6d537 /Makefile | |
parent | Music macOS compatible EZ (diff) | |
download | 42-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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |