Skip to content
Snippets Groups Projects
Commit b705f696 authored by CAPACES Nicolas's avatar CAPACES Nicolas
Browse files

ajout de commentaires dans Makefile

parent 05599f4a
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ IPATH := /usr/local/include/ ...@@ -16,6 +16,7 @@ IPATH := /usr/local/include/
INCLUDE := mars.h INCLUDE := mars.h
ITARGET := $(IPATH)$(INCLUDE) ITARGET := $(IPATH)$(INCLUDE)
#pour éviter que make soit confu si je met un fichier all et clean dans le répertoire
.PHONY: clean all .PHONY: clean all
#je souhaite compiler la librairie avec un nom dans un endroit standard où le linker pourra le trouver automatiquement #je souhaite compiler la librairie avec un nom dans un endroit standard où le linker pourra le trouver automatiquement
$(LTARGET): $(LOBJS) $(LTARGET): $(LOBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment