Question: Linux used for this please. Question 20 (1 point) Given the following Makefile contents, how can you run the target gravy? default: my-code.c cat my-code.c
Linux used for this please.

Question 20 (1 point) Given the following Makefile contents, how can you run the target gravy? default: my-code.c cat my-code.c gravy: my-code.c gcc - Wall -o program my-code.c A Question 21 (1 point) Symbolic links rely on paths to link to the original file/ program. A Question 22 (1 point) Given the following Makefile, what action is associated with the target gravy and what does it do? gravy: my-code.c gcc-Wall -o program my-code.c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
