From a82ac3d6a95383f8a6b68ddd0785f018d458b776 Mon Sep 17 00:00:00 2001 From: Etienne Rey-bethbeder Date: Fri, 24 Feb 2023 14:12:39 +0100 Subject: [PATCH] J'ai enlever -g --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b6e9610..1343c68 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,9 @@ OBJS = ${SRCS:.c=.o} OBJS_BONUS = ${SRCS_BONUS:.c=.o} LIBS = libft/libft.a CC = clang -CFLAGS = -g -Wall -Wextra -Werror +CFLAGS = -Wall -Wextra -Werror NAME = pipex -# PENSER ENLEVER -G - all: ${NAME} ${NAME}: ${OBJS} @@ -137,4 +135,4 @@ coffee: @echo " '._ """----.....______.....----""" _.'" @echo ' ""--..,,_____ _____,,..--"""''' @echo ' """------"""' - ${MAKE} coffee + make coffee