diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | libft/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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 ------------------------------------# #==============================================================================# |