Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 407 Bytes

make-targets.rst

File metadata and controls

13 lines (10 loc) · 407 Bytes

make targets

PMIx supports all the make targets that are provided by GNU Automake, such as:

  • all: build the entire PMIx package
  • install: install PMIx
  • uninstall: remove all traces of PMIx from the installation tree
  • clean: 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.