Which of the following commands will dry run (i.e. print without actually executing) all the rules in the following Makefile.
print_rule: stats.txt
cat stats.txt
stats.txt: logs.txt
cat logs.txt >> stats.txtWhich of the following commands will dry run (i.e. print without actually executing) all the rules in the following Makefile.
print_rule: stats.txt
cat stats.txt
stats.txt: logs.txt
cat logs.txt >> stats.txtCreate a free account to access the full topic