logo

Crowdly

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

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

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>

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%
0%
0%
0%
More questions like this

Want instant access to all verified answers on cours.iut-orsay.fr?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!