aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 18:10:36 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-06 18:10:36 +0100
commit86133d8b1941283d454d7e89bfc5758a67a41255 (patch)
treefaeb491ca6724ad10c4868dcb42b84daf08188ce /Makefile
parentPreparing forks (diff)
download42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.gz
42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.bz2
42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.xz
42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.tar.zst
42-cub3d-86133d8b1941283d454d7e89bfc5758a67a41255.zip
Name is Cub3D anyway
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 19212ab..c142957 100644
--- a/Makefile
+++ b/Makefile
@@ -120,11 +120,7 @@ else
CDEFS += -DFT_OS=2
endif
#--------------------------------------------------------------------------------------------------#
-ifeq (${OS}, Darwin)
- NAME = Cub3D
-else
- NAME = a.out
-endif
+NAME = Cub3D
#==================================================================================================#
#------------------------------------------ Rules -------------------------------------------------#
#==================================================================================================#