feat(09): now key in number of the line

This commit is contained in:
Raphael 2025-04-12 18:09:15 +02:00
parent 93530c269a
commit 64695b9deb
2 changed files with 51 additions and 75 deletions

View file

@ -6,11 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
<<<<<<< Updated upstream
# Updated: 2025/04/11 15:55:49 by rparodi ### ########.fr #
=======
# Updated: 2025/04/12 12:53:27 by rparodi ### ########.fr #
>>>>>>> Stashed changes
# Updated: 2025/04/12 16:01:22 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -37,8 +33,6 @@ CXXFLAGS += $(DEBUG)
SRC = BitcoinExchange.cpp \
main.cpp
<<<<<<< Updated upstream
=======
INC_DIR = .
CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP
@ -47,7 +41,6 @@ CPPFLAGS = $(addprefix -I, $(INC_DIR)) -MMD -MP
# DEBUG = -g3
# CPPFLAGS += $(DEBUG)
>>>>>>> Stashed changes
# Objects
OBJDIRNAME = ./build
OBJ = $(addprefix $(OBJDIRNAME)/,$(SRC:.cpp=.o))
@ -131,15 +124,6 @@ footer:
@printf ' $(GREY)The compilation is$(END) $(GOLD)finish$(END)\n $(GREY)Have a good $(END)$(GOLD)correction !$(END)\n'
clangd:
<<<<<<< Updated upstream
@echo -e \
"CompileFlags:\n" \
" Add:\n" \
" - \"-std=c++98 -Wall -Wextra -Werror\"\n" \
" - \"-I"$(shell pwd)"/includes\"\n" \
" - \"-xc++\"\n" \
> .clangd
=======
@printf "CompileFlags:\n" > ./.clangd
@printf " Add:\n" >> ./.clangd
@printf " - \"-std=c++98 -Wall -Wextra -Werror\"\n" >> ./.clangd
@ -150,7 +134,6 @@ clangd:
done
@printf "\n" >> ./.clangd
@printf '$(GREY) Now parsing settings is set in $(END)$(GREEN)./.clangd$(END)\n'
>>>>>>> Stashed changes
# Phony
.PHONY: all clean fclean re get_db clangd