Andrew H.

asked • 02/20/21

Linux Make Command

True or False? (give a small explanation)

1. A phony target is ignored by make, similar to how a comment is ignored by make

2. You have a C file, something.c in your current directory.

It is possible to run: make

without writing a Makefile, and still be able to produce an executable (assume there is no error with your code)

3.Assume there is a subdirectory called backup in the current directory, and all other files in the current directory are C files. The Makefile rule:

clear:

    @mv *.c backup

will produce an error because there is no @mv command

1 Expert Answer

By:

Graham H. answered • 03/02/25

Tutor
New to Wyzant

Long-time Linux and InfoSec Professional

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.