From 961b8796eefe4b2a0668e946607f9443a2e2fcde Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 8 Apr 2025 00:26:55 +0200 Subject: [PATCH] use printf instead of echo due to some minor issues --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 180ab76..7a28beb 100644 --- a/makefile +++ b/makefile @@ -57,7 +57,7 @@ TARGET := $(DIR_BUILD)/$(NAME)$(EXT) endif define wr_colour - @echo -e "\033[$(2)m$(1)\033[0m" + @printf "\033[%sm%s\033[0m\n" $(2) $(1) endef # compiles and executes the produced binary