From bb7cbd22d57ce82bab4b28ab67162032882eeadb Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 14 Apr 2025 00:00:24 +0200 Subject: [PATCH] change profile log type from warn to mesg --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index e7b597e..5d471c0 100644 --- a/makefile +++ b/makefile @@ -70,7 +70,7 @@ $(BIN): $(C_OBJ) @mkdir -p $(@D) @$(CC) $(LDFLAGS) -o $@ $(C_OBJ) - @$(call warn,"current profile: '$(PROF)'") + @$(call mesg,"current profile: '$(PROF)'") # create .o and .d files for C sources $(DIR_OBJ)/%.o: src/%.c