Question: Consider the following Makefile: zap: perm . / zip > zap zip: zip.start ( cat zip.start ; echo 'echo zop' ) > zip perm :

Consider the following Makefile: zap: perm ./zip > zap zip: zip.start (cat zip.start ; echo 'echo zop')> zip perm : zip chmod +x zip zip.start: echo '#1/bin/bash'> zip.start (a) If this Makefile was in an otherwise-empty directory named m3, what commands would be executed, in what order, when the user ran make'?(b) Draw the subtree under m3, showing all the files that would result after the make' had finished executing.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!