feat(09): start the parsing of the input

This commit is contained in:
Raphael 2025-04-27 15:50:50 +02:00
parent 65bc1c35f1
commit bf81e18e76
3 changed files with 54 additions and 11 deletions

View file

@ -6,7 +6,7 @@
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
# Updated: 2025/04/27 13:00:00 by rparodi ### ########.fr #
# Updated: 2025/04/27 13:01:07 by rparodi ### ########.fr #
# #
# **************************************************************************** #
@ -56,14 +56,6 @@ END = \033[0m
# All (make all)
all: header $(NAME) footer
get_db:
@rm -rf ./cpp_09.tgz ./cpp_09 ./data.csv &> /dev/null
@wget https://cdn.intra.42.fr/document/document/33121/cpp_09.tgz &> /dev/null
@tar -xvf cpp_09.tgz &> /dev/null
@cp ./cpp_09/data.csv . &> /dev/null
@rm -rf ./cpp_09.tgz ./cpp_09 &> /dev/null
@printf '$(GREY)Downloaded $(END)$(GREEN)data.csv$(END)\n'
# Clean (make clean)
clean:
@printf '$(GREY) Removing $(END)$(RED)Objects$(END)\n'