aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 -------------------------------------------------#
#==================================================================================================#