aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--libft/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4cbd252..fc153b2 100644
--- a/Makefile
+++ b/Makefile
@@ -111,7 +111,6 @@ ifeq (${OS}, Darwin)
SCR_SZE = $(shell osascript -e 'tell application "Finder" to get bounds of window of desktop' \
| tr ',' 'x' | tr -d '\n' | tr -d ' ' | cut -c 5-)
else
- USER = $(shell w | grep tty7 | awk '{print $$1}')
SCR_SZE = $(shell xdpyinfo | grep dimensions | awk '{print $$2}')
endif
#==================================================================================================#
diff --git a/libft/Makefile b/libft/Makefile
index d2053ee..fe25355 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -115,7 +115,6 @@ OBJS = $(patsubst ${SRCS_DIR}%.c,${OBJS_DIR}%.o,${SRCS})
MKDIR = mkdir -p
RM = rm -rf
OS = $(shell uname)
-USER = $(shell w | grep tty7 | awk '{print $$1}')
#==============================================================================#
#-------------------------------- Compiler ------------------------------------#
#==============================================================================#