HW4
Do Makefiles use tab characters or space characters for indentation?
Consider the following rule
hello: hello.c gcc -o hello hello.c- What is the target?
- What is the prerequisite?
- What is the recipe?
In the above rule, what happens if you run
maketwice in a row, assuming thathello.cbuilds successfully the first time?