5.9. make
targets
PMIx supports all the make
targets that are provided by GNU
Automake, such as:
all
: build the entire PMIx packageinstall
: install PMIxuninstall
: remove all traces of PMIx from the installation treeclean
: clean out the build tree
Once PMIx has been built and installed, it is safe to run make
clean
and/or remove the entire build tree.