From 9b566f2f7a466c8923da3d9abf572558e8fc2191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Le=20Calvar?= <theo.le-calvar@imt-atlantique.fr> Date: Thu, 18 Aug 2022 11:22:22 +0200 Subject: [PATCH] improve messages in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e800a1c..42f1d82 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ KERNEL_OBJ = sextant.elf all: $(KERNEL_OBJ) $(KERNEL_OBJ): multiboot.o main.o - echo 'Votre compilateur $(COMPILATEUR) et votre lieur $(LIEUR)' + @echo 'Votre compilateur $($(COMPILATEUR)) et votre lieur $($(LIEUR))' $($(LIEUR)) $(LDFLAGS) -T ./support/sextant.lds -o build/boot/$@ build/all-o/main.o build/all-o/multiboot.o ##################################### -- GitLab