aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 47f9dbb..bd60aa5 100644
--- a/Makefile
+++ b/Makefile
@@ -61,9 +61,9 @@ DEBUG = -glldb
FSANITIZE = -fsanitize=address
#------------------------------------------------------------------------------#
ifeq (${OS}, Darwin)
-NAME = cub3d
+ NAME = cub3d
else
-NAME = a.out
+ NAME = a.out
endif
#==============================================================================#
#--------------------------------- UNIX ---------------------------------------#
@@ -71,9 +71,7 @@ endif
MKDIR = mkdir -p
RM = rm -rf
OS = $(shell uname)
-ifeq (${OS}, Darwin)
- SCR_SZE = $(shell xdpyinfo | grep dimensions | awk '{print $$2}')
-endif
+SCR_SZE = $(shell xdpyinfo | grep dimensions | awk '{print $$2}')
#==============================================================================#
#--------------------------------- Rules --------------------------------------#
#==============================================================================#