Which of the following would be the output of running make --silent on the following Makefile?
tissue: cell
echo "Tissue"
cell:
echo "Cell"
organ: tissue
echo "Organ"Which of the following would be the output of running make --silent on the following Makefile?
tissue: cell
echo "Tissue"
cell:
echo "Cell"
organ: tissue
echo "Organ"Create a free account to access the full topic