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

improve messages in Makefile

parent 4a0a8673
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ all: $(KERNEL_OBJ) ...@@ -53,7 +53,7 @@ all: $(KERNEL_OBJ)
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/sextant.lds -o build/boot/$@ $(OBJECTS) $($(LIEUR)) $(LDFLAGS) -T ./support/sextant.lds -o build/boot/$@ $(OBJECTS)
#compiler tout .cpp dans les repertoires de sources en .o dans le build/all-o . On cree d'abord le repertoire build/all-o s'il n'existe pas. #compiler tout .cpp dans les repertoires de sources en .o dans le build/all-o . On cree d'abord le repertoire build/all-o s'il n'existe pas.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment