aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69fd854..90a09d7 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ ifneq (${OS}, Darwin)
endif
#--------------------------------------------------------------------------------------------------#
ifeq (${OS}, Darwin)
- NAME = cub3d
+ NAME = Cub3D
else
NAME = a.out
endif