Skip to content
Snippets Groups Projects
Commit 9b566f2f authored by Théo Le Calvar's avatar Théo Le Calvar
Browse files

improve messages in Makefile

parent 9103f1da
Branches
No related tags found
No related merge requests found
......@@ -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
#####################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment