aboutsummaryrefslogtreecommitdiffstats
path: root/libft/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 01:30:23 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-03-14 01:30:23 +0100
commit418745f514364f328c726d3609e18223aa8cced7 (patch)
tree0b09a3d120d11f08b1bebfb41014e3308708fdf4 /libft/Makefile
parentI don't use that (diff)
download42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.gz
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.bz2
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.xz
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.tar.zst
42-cub3d-418745f514364f328c726d3609e18223aa8cced7.zip
Removed bloat
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 ------------------------------------#
#==============================================================================#