A Makefile typically contains which targets?

A Makefile typically contains which targets?

A Makefile typically contains which targets?

A.
CFLAGS, CPPFLAGS, LIBS, LDFLAGS

B.
clean, install, uninstall

C.
PATHS, DESTDIR, LIBS, LDFLAGS

D.
prefix, exec_prefix, bindir, mandir

Explanation:
While makefiles can contain every one of the above targets, commonly clean, install, and uninstall are used in makefiles.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


jan

jan

not an 101 objective

TT

TT

It was an objective of LPIC 101 some years ago, but isn’t in the current version.