Question: Please program in Linux. 1. Create a file called Makefile. 2. Write contents in Makefile so that in the shell the following commands perform the
Please program in Linux.

1. Create a file called Makefile. 2. Write contents in Makefile so that in the shell the following commands perform the following actions: o make will compile the program and create an executable version if the source code file exists (1 pt) make run will execute the program if the compiled program exists (1 pt) make clean will delete the compiled program (1 pt) o o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
