logo

Crowdly

Voici un morceau de code d'un makefile : all: step2 step3 step4     <first...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Voici un morceau de code d'un makefile :

all: step2 step3 step4

    <first command>

step2: step3

    <second command>

step3: 

    <third command>

step4: step2 step3

    <final command>

.PHONY: step3

Dans le répertoire du makefile, nous avons les fichiers suivants avec l'heure de leurs dernière modifications :

  • all : 10h05
  • step2 : 10h00
  • step3 : 9h55
  • step4 : 9h50

Quelles commandes vont être exécutées quand vous tapez make ?

0%
Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на cours.iut-orsay.fr?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!