How can you trick make into rebuilding all modules of your program?

What will be an ideal response?


Use the touch command to update the modification time of all files (e.g., “make *.c”), then make
will believe all the files have been modified and rebuild all modules that depend on those files.
You could also remove the final binary file as well as all the object (*.o) files, which would cause
make to rebuild everything since the targets would no longer exist.

Computer Science & Information Technology

You might also like to view...

What is the variable name of the last, legally declared element in the array int Z[100];?

A. Z[99] B. Z[100] C. Z D. Z[0]

Computer Science & Information Technology

In the accompanying figure, the ____ areas are represented by white.

A. colored B. selected C. unselected D. lost

Computer Science & Information Technology

Which of the following is NOT an important element to follow in good worksheet design?

A) Labels should be fairly long and descriptive. B) Titles should be merged across columns to which the title applies. C) The upper left corner of a worksheet should be the starting point. D) If data is in columns, place the labels above each column.

Computer Science & Information Technology

If you enter a command and want to terminate its execution before it is finished, what key press should you use?

A. Ctrl+C B. Ctrl+V C. Ctrl+B D. Ctrl+X

Computer Science & Information Technology