aboutsummaryrefslogtreecommitdiffstats
path: root/libft
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libft/Makefile1
1 files changed, 0 insertions, 1 deletions
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 ------------------------------------#
#==============================================================================#