Skip to content
Snippets Groups Projects
Verified Commit 87530fdc authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added explanation for phiny

parent c394d9eb
No related branches found
No related tags found
No related merge requests found
......@@ -121,8 +121,9 @@ $(TARGET) : $(OBJECTS)
# PHONY signifie qu'on ne crée rien avec les cibles
# mentionnées. Ici clean est la cible utilisée pour
# enlever tous les fichier .o et l'exécutable
# exécute toujours clean, même si un ficher `clean` existe
.PHONY: clean
.PHONY: clean
clean: # aucune dépendance
rm -f $(TARGET) $(OBJECTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment