build(09): adding the debug rules
This commit is contained in:
parent
6361a1a6c4
commit
fb8df888bf
1 changed files with 5 additions and 5 deletions
|
|
@ -4,9 +4,8 @@
|
||||||
# Makefile :+: :+: :+: #
|
# Makefile :+: :+: :+: #
|
||||||
# +:+ +:+ +:+ #
|
# +:+ +:+ +:+ #
|
||||||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
|
||||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||||
# Updated: 2025/05/02 15:21:01 by rparodi ### ########.fr #
|
# Updated: 2025/05/02 15:40:00 by rparodi ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
|
|
||||||
|
|
@ -83,11 +82,12 @@ $(OBJDIRNAME)/%.o: %.cpp
|
||||||
@printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n'
|
@printf '$(GREY) Compiling $(END)$(GREEN)$<$(END)\n'
|
||||||
@$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ -c $<
|
@$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $@ -c $<
|
||||||
|
|
||||||
test:
|
|
||||||
|
|
||||||
debug: CPPFLAGS += -D DEBUG=1
|
debug: CPPFLAGS += -D DEBUG=1
|
||||||
debug: re
|
debug: re
|
||||||
|
|
||||||
|
test: debug
|
||||||
|
@./$(NAME) $(shell shuf -i 1-100000 -n 3000 | tr "\n" " ")
|
||||||
|
|
||||||
# Header
|
# Header
|
||||||
header:
|
header:
|
||||||
@clear
|
@clear
|
||||||
|
|
@ -134,5 +134,5 @@ clangd:
|
||||||
@printf '$(GREY) Now parsing settings is set in $(END)$(GREEN)./.clangd$(END)\n'
|
@printf '$(GREY) Now parsing settings is set in $(END)$(GREEN)./.clangd$(END)\n'
|
||||||
|
|
||||||
# Phony
|
# Phony
|
||||||
.PHONY: all clean fclean re get_db clangd
|
.PHONY: all clean fclean re clangd debug test
|
||||||
-include ${OBJ:.o=.d}
|
-include ${OBJ:.o=.d}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue