From 418745f514364f328c726d3609e18223aa8cced7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 14 Mar 2020 01:30:23 +0100 Subject: Removed bloat --- libft/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'libft') 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 ------------------------------------# #==============================================================================# -- cgit v1.2.3