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

improve messages in Makefile

parent 9f68cad2
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ all: $(KERNEL_OBJ)
OBJ_FILES = $(wildcard build/all-o/*.o)
$(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)
#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