diff --git a/C/Makefile b/C/Makefile index cad2b8e..37425be 100644 --- a/C/Makefile +++ b/C/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2026/01/30 22:22:14 by rparodi ### ########.fr # +# Updated: 2026/01/30 23:25:20 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -99,23 +99,23 @@ test_colleen: $(COLLEEN) @clear @rm -rf /tmp/test_colleen.c @$(COLLEEN) > /tmp/test_colleen.c - @printf '$(GREY)Output of the $(GOLD)Colleen$(RESET)\n' + @printf '$(GREY)Output of the $(GOLD)Colleen$(END)\n' @bat -plc /tmp/test_colleen.c - @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_COLLEEN) $(GREY)and $(GOLD)/tmp/test_colleen.c$(RESET)\n" + @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_COLLEEN) $(GREY)and $(GOLD)/tmp/test_colleen.c$(END)\n" @diff $(SRC_COLLEEN) /tmp/test_colleen.c | bat -ldiff test_grace: $(GRACE) - @$(GRACE) > /tmp/test_grace.c - @printf '\n\n\n$(GREY)Output of the $(GOLD)Grace$(RESET)\n' - @bat -plc /tmp/test_grace.c - @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_GRACE) $(GREY)and $(GOLD)/tmp/test_grace.c$(RESET)\n" - @diff $(SRC_GRACE) /tmp/test_grace | bat -ldiff + @$(GRACE) + @printf '\n\n\n$(GREY)Output of the $(GOLD)Grace$(END)\n' + @bat -plc ./Grace_kid.c + @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_GRACE) $(GREY)and $(GOLD)Grace_kid.c $(END)\n" + @diff $(SRC_GRACE) ./Grace_kid.c | bat -ldiff test_sully: $(SULLY) @$(SULLY) > /tmp/test_sully.c - @printf '$(GREY)Output of the $(GOLD)Sully$(RESET)\n' + @printf '$(GREY)Output of the $(GOLD)Sully$(END)\n' @bat -plc /tmp/test_sully.c - @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_SULLY) $(GREY)and $(GOLD)/tmp/test_sully.c$(RESET)\n" + @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_SULLY) $(GREY)and $(GOLD)/tmp/test_sully.c$(END)\n" @diff $(SRC_SULLY) /tmp/test_sully | bat -ldiff # Header