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

improve messages in Makefile

parent 4143056e
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ OBJECTS = hal/boot.o \ ...@@ -51,7 +51,7 @@ OBJECTS = hal/boot.o \
OBJ_FILES = $(wildcard build/all-o/*.o) OBJ_FILES = $(wildcard build/all-o/*.o)
$(KERNEL_OBJ): $(OBJECTS) $(KERNEL_OBJ): $(OBJECTS)
echo 'Votre compilateur $(COMPILATEUR) et votre lieur $(LIEUR)' @echo 'Votre compilateur $($(COMPILATEUR)) et votre lieur $($(LIEUR))'
$($(LIEUR)) $(LDFLAGS) -T ./support/linker.ld -o build/boot/$@ $(OBJ_FILES) $($(LIEUR)) $(LDFLAGS) -T ./support/linker.ld -o build/boot/$@ $(OBJ_FILES)
# Create objects from C source code # Create objects from C source code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment